环境准备
在搭建新的vue-cli项目之前,要先安装node,npm,vue-cli
创建新项目
- 进入项目将要存放的目录
- 创建项目
vue create 项目名称
选择手动配置/默认配置
Vue CLI v4.3.1
? Please pick a preset: (Use arrow keys)
❯ default (babel, eslint) //默认配置
Manually select features //手动配置
手动配置项
- 选择需要的包
? Check the features needed for your project: (Press <space> to select, <a> to toggle all, <i> to invert selection //space选中,a全选,i反选)
❯◉ Babel //转码器,可将ES6转为ES5
◯ TypeScript