1 Star 0 Fork 8

杨欣/element-admin

forked from caihai123/vue-clean-admin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 554 Bytes
一键复制 编辑 原始数据 按行查看 历史
caihai 提交于 2021-03-19 18:00 . 添加layout样式为可配置
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.scss";`,
},
},
},
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/yangxinsamsara/element-admin.git
git@gitee.com:yangxinsamsara/element-admin.git
yangxinsamsara
element-admin
element-admin
master

搜索帮助