Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1 KB

README.en.md

File metadata and controls

43 lines (28 loc) · 1 KB

WeApp Boilerplate

A boilerplate for wechat weapp runtime

Build Status Dependency Status devDependency Status js-standard-style

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 © 汪磊