weapp-boilerplate

一个为微信小程序开发准备的基础骨架。A boilerplate application for wechat weapp runtime.

MIT License

Downloads
2
Stars
558
Committers
1

WeApp Boilerplate

A boilerplate for wechat weapp runtime

For Chinese

中文说明

Clone it

$ cd path/to/root
$ git clone https://github.com/zce/weapp-boilerplate.git [project-name] --depth 1
$ cd [project-name]

Install dependencies

$ npm install

Usage

# build for production with minification
$ npm run build

# watch file changes
$ npm run watch

then, open dist in wechat devtools

License

MIT © 汪磊