摘要:
css 有的时候你想要向 webpack 的预处理器 loader 传递选项。 可以使用 vue.config.js 中的 css.loaderOptions 选项。比如你可以这样向所有 Less 样式传入共享的全局变量: css: { loaderOptions: { less: { lessOp 阅读全文
摘要:
devServer .env.development 配置全局变量 # 代理配置 VUE_APP_BASE_IP = 'http://192.128.15.157:15530' VUE_APP_BASE_API = '/api' vue.config.js 中配置 devServer 进行代理 de 阅读全文
摘要:
runtimeCompiler ture: runtime-compiler template开发 false: runtime-only jsx语法开发 publicPath vue.config.js 中配置打包基路径 publicPath: process.env.VUE_APP_BASE_P 阅读全文
摘要:
依赖版本 "babel-polyfill": "^6.26.0", "core-js": "3.21.1", "regenerator-runtime": "0.13.5", main.js 引入 vue.config.js 配置 transpileDependencies module.expor 阅读全文