m-vue-tpl
is a command line to generate vue project structure automatically.
npm i m-vue-tpl -g
m-vue-tpl -n projectName
m-vue-tpl --new projectName
cd projectName && npm install
npm run dev or npm run build
// if you want to start the server, you can do as follows
// open in a new command interface
npm run server
m-vue-tpl -v
m-vue-tpl --version
m-vue-tpl -h
m-vue-tpl --help
Author: Mask
Email: 923746590@qq.com
Project Github Address: m-vue-tpl