/vue_steps

vue学习

Primary LanguageVue

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

See Configuration Reference.

是否安装vuecli
vue --version                                          
@vue/cli 5.0.8

project create
cd到对应目录
vue create project-name
//或 vue ui  //拉起UI页面配置创建