A boilerplate for wechat weapp runtime
$ cd path/to/root
$ git clone https://github.com/zce/weapp-boilerplate.git [project-name] --depth 1
$ cd [project-name]
$ npm install
# build for production with minification
$ npm run build
# watch file changes
$ npm run watch
then, open dist
in wechat devtools
MIT © 汪磊