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
- Host: GitHub
- URL: https://github.com/bianruanjian/widgets-wechat
- Owner: bianruanjian
- License: bsd-3-clause
- Created: 2018-04-02T01:48:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-11T02:23:48.000Z (over 7 years ago)
- Last Synced: 2025-04-05T08:35:08.020Z (6 months ago)
- Topics: wechat-app, wepy, widget
- Language: JavaScript
- Size: 354 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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)