1 Star 0 Fork 7

gkk.gukaka/Guard

forked from Authi.ng/Guard 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 490 Bytes
一键复制 编辑 原始数据 按行查看 历史
Mark 提交于 2019-06-16 14:05 . feat: npm 构建参数
module.exports = {
// 修改 src 为 examples
// pages: {
// index: {
// entry: 'examples/main.js',
// template: 'public/index.html',
// filename: 'index.html'
// }
// },
lintOnSave: false,
configureWebpack: {
output: {
libraryExport: 'default'
}
},
css: { extract: false },
publicPath: '/',
devServer: {
proxy: {
'^/authorize': {
target: 'http://localhost:5556/sso',
changeOrigin: true
}
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/gkkgukaka/Guard.git
git@gitee.com:gkkgukaka/Guard.git
gkkgukaka
Guard
Guard
master

搜索帮助