## 1.安装node环境 => node -v ## 2.安装vue环境 => npm install -g @vue/cli ## 3.搭建vue架手架 => vue create 脚手架的名字 ## 服务必须在当前项目名下启动