Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/belinchung/weapp-hiapp
HiApp 微信小程序版
https://github.com/belinchung/weapp-hiapp
hiapp redux weapp wepy zanui
Last synced: about 2 hours ago
JSON representation
HiApp 微信小程序版
- Host: GitHub
- URL: https://github.com/belinchung/weapp-hiapp
- Owner: BelinChung
- License: mit
- Created: 2016-09-26T06:42:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-15T08:20:30.000Z (about 5 years ago)
- Last Synced: 2024-08-24T05:01:25.206Z (3 months ago)
- Topics: hiapp, redux, weapp, wepy, zanui
- Language: Vue
- Homepage: http://hi.dearb.me
- Size: 1.57 MB
- Stars: 240
- Watchers: 18
- Forks: 82
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# weapp-hiapp
[HiApp](https://github.com/BelinChung/HiApp) 微信小程序版## Preview
[Tip] 该小程序基于本项目进行开发,是实际运营项目,非 demo 项目。除去除即时通讯模块外,还根据实际业务增加了其他需求,仅供参考。请按照下方步骤在本地运行预览实际效果,或在线查看 [WebApp版](https://hi.dearb.me/build)
## Setup
**1. Checkout Source Code**
```
$ git clone https://github.com/BelinChung/weapp-hiapp.git
```**2. Install Dependencies**
项目使用了微信小程序组件化开发框架 `WePY` 进行开发,请先全局安装 `WePY`
```
$ npm install wepy-cli -g
```进入项目根目录,使用 `npm` 安装项目依赖
```
$ cd weapp-hiapp
$ npm install
```**3. Run for Dev**
项目根目录执行 `npm run dev`
**4. Import to DEV Tools**
把编译出的`dist`目录导入到微信开发者工具中即可
**5. Build for Prod**
项目根目录执行 `npm run build`
## Tips
* 请通过 `微信开发者工具 - 项目 - 关闭ES6转ES5`
* 请通过 `微信开发者工具 - 项目 - 关闭上传代码时样式自动补全`
* 请通过 `微信开发者工具 - 项目 - 关闭代码压缩上传`
* 请通过 `微信开发者工具 - 设置 - 编辑器中勾选文件保存时自动编译小程序 开启实时预览`更多文档和注意事项,请参考 [WePY 开发文档](https://tencent.github.io/wepy/document.html)
## License
Copyright (c) 2018 Belin Chung. MIT Licensed, see [LICENSE](https://github.com/BelinChung/weapp-hiapp/blob/master/LICENSE.md) for details.