创建Vue脚手架

1.安装脚手架

全局安装:

1
npm install -g @vue/cli

2.切换到你要创建项目的目录

3.使用命令创建vue项目

1
vue create 项目名字

4.运行命令

npm run serve