2020年3月9日
摘要: 1.安装cli2.x脚手架 npm install --global vue-cli 2.创建项目 vue init webpack 项目名 按照填写就行了 ? Vue build standalone ? Install vue-router? Yes ? Use ESLint to lint y 阅读全文
posted @ 2020-03-09 15:10 JoeYoung 阅读(516) 评论(0) 推荐(0) 编辑
摘要: 一、生成项目命令 1、安装3.x版本的Vue脚手架: npm install -g @vue/cli 创建Vue项目命令: vue create 项目名称 或基于ui界面创建Vue项目,命令:vue ui 2、安装了vue-cli 3.x 后如何使用 vue-cli 2.x 创建项目 需要安装一个桥 阅读全文
posted @ 2020-03-09 14:55 JoeYoung 阅读(3149) 评论(0) 推荐(2) 编辑