1. 安装 vue-cli
,已有的请跳过这一步
npm install -g @vue/cli
若已安装旧版 vue-cli
则需要先卸载 vue-cli
npm uninstall -g vue-cli
2. 创建项目
vue create project-name
// 提示
Vue CLI v5.0.8
? Please pick a preset: (Use arrow keys)
> Default ([Vue 3] babel, eslint)
Default ([Vue 2] babel, eslint)
Manually select features
// 选择vue2,稍等一会提示创建成功,如下
标签:index,about,vue,界面,cli,js,html,开发
From: https://www.cnblogs.com/weizwz/p/16905938.html