1 Star 0 Fork 8

黄爽/vue-clean-admin

forked from caihai123/vue-clean-admin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 560 Bytes
一键复制 编辑 原始数据 按行查看 历史
蔡海 提交于 2021-08-08 17:05 . 添加暗黑主题
module.exports = {
filenameHashing: true, //是否在文件名中包含了 hash 以便更好的控制缓存
devServer: {
https: false,
port: 1234,
// open: 'Chrome'//构建完成之后自动打开谷歌
proxy: {
"/api": {
target: "https://caihai123.com",
ws: true,
changeOrigin: true,
pathRewrite: {
"^/api": "",
},
},
},
},
publicPath: "./",
css: {
loaderOptions: {
scss: {
prependData: `@import "~@/variables/style.scss";`,
},
},
},
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/eightzone/vue-clean-admin.git
git@gitee.com:eightzone/vue-clean-admin.git
eightzone
vue-clean-admin
vue-clean-admin
master

搜索帮助