An open API service indexing awesome lists of open source software.

https://github.com/bianruanjian/widgets-wechat

bianruanjian widgets for wechat
https://github.com/bianruanjian/widgets-wechat

wechat-app wepy widget

Last synced: 5 months ago
JSON representation

bianruanjian widgets for wechat

Awesome Lists containing this project

README

          

# widgets-wechat

### [中文](https://github.com/bianruanjian/widgets-wechat/blob/master/README.md)    [English](https://github.com/bianruanjian/widgets-wechat/blob/master/README_en_US.md)

widgets-wechat 是编软件 UI 组件的小程序实现版本,基于 [wepy](https://github.com/Tencent/wepy) 和 [bootstrap](https://github.com/twbs/bootstrap) ,为用户提供 bootstrap 版的小程序体验。

## 在线体验



## 本地导入项目

1. 下载项目

``` bash
git clone git@github.com:bianruanjian/widgets-wechat.git
```

1. 使用编辑器 (VS code) 打开 widgets-wechat 目录
2. 安装依赖

```bash
npm install
```

3. 实时编译
```bash
npm run dev
```

4. 运行测试
```bash
npm test
```

4. 效果预览。打开[微信web开发者工具](https://mp.weixin.qq.com/debug/wxadoc/dev/devtools/download.html),'小程序项目 - 添加项目',项目目录设置为 widgets-wechat/dist 。

## 相关链接

[帮助文档](https://bianruanjian.github.io/widgets-web/)

[更新记录](https://github.com/bianruanjian/widgets-wechat/blob/master/CHANGELOG.md)

[参与贡献](https://github.com/bianruanjian/widgets-wechat/blob/master/CONTRIBUTING.md)