1、安装node.js下载 | Node.js 中文网
安装完用npm --version 查看版本
2、用npm install -g @vue/cli 安装vue
安装完用vue --version 查看版本
3、创建项目,在项目的目录-cmd ,用vue create vue001-ul
4、运行项目npm run serve
5、打开项目
1、安装node.js下载 | Node.js 中文网
安装完用npm --version 查看版本
2、用npm install -g @vue/cli 安装vue
安装完用vue --version 查看版本
3、创建项目,在项目的目录-cmd ,用vue create vue001-ul
4、运行项目npm run serve
5、打开项目