1.0.3 • Published 5 years ago
zh-vue-cli v1.0.3
zh-vue-cli
install
yarn global add zh-vue-cliProject setup
mkdir workspace
cd workspace
zh-vue-cli create my-projectProject install
cd my-project
yarn installCompiles and minifies for development
yarn run serveCompiles and minifies for production
yarn run buildRun your tests
yarn run testLints and fixes files
yarn run lint