摘要: 1.卸载vue-cli2 npm uninstall vue-cli -g 2. 安装vue-cli3 npm install -g @vue/cli 3. 创建vue-cli3项目 vue create vue-test3 4. 启动项目 阅读全文
posted @ 2021-08-10 17:16 小丑ba怪 阅读(32) 评论(0) 推荐(0) 编辑
摘要: 1. 安装node js http://nodejs.cn/download/ 常用的dos命令 cd 打开文件夹 md 创建新文件夹 dir 查看文件夹内容 cd.. 返回上一级文件夹 2. 安装淘宝镜像 npm install -g cnpm --registry=https://registr 阅读全文
posted @ 2021-08-10 16:54 小丑ba怪 阅读(66) 评论(0) 推荐(0) 编辑