Fork me on GitHub
摘要: 解决办法: 进入到vue.config.js文件 添加代码: lintOnSave:false /*关闭语法检查*/ 完整版: 在文件中添加如下内容 const { defineConfig } = require('@vue/cli-service') module.exports = defin 阅读全文
posted @ 2022-10-21 15:23 -悟空 阅读(156) 评论(0) 推荐(0) 编辑
摘要: Cli:全称 commond line interface 第一步更改镜像为淘宝镜像 使用前置: 第一步(没有安装过的执行):全局安装 @vue/cli npm install -g @vue/cli 第二步:切换到要创建项目的目录,然后使用命令创建项目 vue create dirname 第三步 阅读全文
posted @ 2022-10-21 15:12 -悟空 阅读(109) 评论(0) 推荐(0) 编辑