vxapp
v1.2.20
Published
> wechat app framework
Downloads
45
Readme
vxapp
wechat app framework
Installation
$ npm install -g vxapp
➜ vxapp
Usage: vxapp [options] [command]
Commands:
new <project_name> create project
init init exists project
build build source code
Options:
-h, --help output usage information
-w, --watch watching files change
Contributing
- Fork this Repo first
- Clone your Repo
- Install dependencies by
$ npm install
- Checkout a feature branch
- Feel free to add your features
- Make sure your features are fully tested
- Publish your local branch, Open a pull request
- Enjoy hacking <3