Awesome
weapp-hiapp
HiApp 微信小程序版
Preview
<img src="https://plus.hiliaox.com/static/image/weapp_qrcode.jpg" width="150px">[Tip] 该小程序基于本项目进行开发,是实际运营项目,非 demo 项目。除去除即时通讯模块外,还根据实际业务增加了其他需求,仅供参考。请按照下方步骤在本地运行预览实际效果,或在线查看 WebApp版
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 开发文档
License
Copyright (c) 2018 Belin Chung. MIT Licensed, see LICENSE for details.