zh-vue-cli
v1.0.3
Published
vue antd pc
Readme
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