Weixin app scaffolding based on Yeoman.
npm install -g yoAnd then:
git clone [email protected]:topproio/weapp-base.gitAdd the template of the repo to Yeoman's list through npm link.
cd weapp-base
npm link
Then generate your vue project in new folder:
yo
...
Goto the root directory, and run
npm install
Then run husky:update after git init
npm run husky:update
Developing Happy
npm run dev