使用vue-cli
下载node.js,然后傻瓜式安装
安装淘宝镜像
npm install --registry=https://registry.npm.taobao.org
切换淘宝镜像
npm config set registry https://registry.npm.taobao.org
安装vue-cli脚手架
npm install -g @vue/cli
创建项目
vue create 项目名称
进入项目文件夹,启动项目
npm run dev
附录项目视频: