开发中有测试环境,开发环境,他们的后端url接口都不一样,有些插件需要在测试环境使用,而到了生产环境就不需要使用,比如移动端的调试神器vconsole,到了生产环境就不需要用了 具体配置如下 首先在跟目录创建三个文件 分别是.env.development、.env.production、.env. ...
分类:
其他好文 时间:
2021-07-05 18:47:05
阅读次数:
0
问题重现 在 vue-cli 中,使用 eslint 时会对代码进行校验,其在 .vue 文件中支持的是不缩进,如下所示:在这里插入图片描述。而在 webstorm 中使用格式化代码会将代码格式化为:这样就不符合eslint的要求了。 解决办法 WebStrom 默认格式化规则,会将 html 文件 ...
分类:
Web程序 时间:
2021-07-02 16:10:27
阅读次数:
0
在Vue-cli中使用lang="less"时报错:Module build failed: TypeError: this.getOptions is not a function at Object.loader (D:\WORK\VueProject\XiaoWei\node_modules\ ...
分类:
其他好文 时间:
2021-06-30 18:25:45
阅读次数:
0
相信恨多小伙伴想升级到@vue/cli的时候,都会经过这一步,就是先卸载掉旧版本的vue-cli,再安装新版的@vue/cli。 但是在卸载的时候,却发现卸载不了,下面带大家用这个方法可以奏效 问题描述:执行npm uninstall vue-cli -g,执行完毕提示up to date in 3 ...
分类:
其他好文 时间:
2021-06-28 19:11:10
阅读次数:
0
vue-cli 2.0 在webpack.prod.conf.js代码配置 最顶层 增加 const version = new Date().getTime() cosnt webpackConfig = merge(baseWebpackConfig, { ..., // 此处省略 // 增加o ...
分类:
其他好文 时间:
2021-06-22 18:18:12
阅读次数:
0
注:实例环境 vue cli构建的项目 app.vue <template> <Example></Example> </template> <script> import Example from './components/Example' export default { name: 'App ...
分类:
其他好文 时间:
2021-06-20 18:33:01
阅读次数:
0
注:实例环境 vue cli构建的项目 app.vue <template> <Example></Example> </template> <script> import Example from './components/Example' export default { name: 'App ...
分类:
其他好文 时间:
2021-06-20 18:21:34
阅读次数:
0
注:实例环境 vue cli构建的项目 app.vue <template> <Example></Example> </template> <script> import Example from './components/Example' export default { name: 'App ...
分类:
其他好文 时间:
2021-06-20 18:04:04
阅读次数:
0
获取原生的DOM的方式 <!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> <script src="../vue-router.js"></scr ...
分类:
Web程序 时间:
2021-06-19 18:51:18
阅读次数:
0
离线安装vue-cli webpack github封得很厉害,只好通过如下方式离线安装vue-cli: 1、下载webpack,这里建议webpack-simple。因为webpack有坑,解压,下载地址:https://github.com/vuejs-templates/ 2、在C:\User ...
分类:
Web程序 时间:
2021-06-19 18:50:26
阅读次数:
0