steps
Project setup
yarn install
Compiles and hot-reloads for development
yarn serve
Compiles and minifies for production
yarn build
Lints and fixes files
yarn lint
Customize configuration
是否安装vuecli
vue --version
@vue/cli 5.0.8
project create
cd到对应目录
vue create project-name
//或 vue ui //拉起UI页面配置创建