4 Star 14 Fork 19

shican / chatgpt-admin-ui微信小程序APP公众号

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 516 Bytes
一键复制 编辑 原始数据 按行查看 历史
奥特曼打猪 提交于 2023-05-03 15:12 . 修改
/**
* 配置参考: https://cli.vuejs.org/zh/config/
*/
module.exports = {
publicPath: process.env.NODE_ENV === 'production' ? './' : '/',
chainWebpack: config => {
const svgRule = config.module.rule('svg')
svgRule.uses.clear()
svgRule
.test(/\.svg$/)
.use('svg-sprite-loader')
.loader('svg-sprite-loader')
},
productionSourceMap: false,
devServer: {
open: true,
port: 8001,
overlay: {
errors: true,
warnings: true
}
}
}
NodeJS
1
https://gitee.com/shican1234/chatgpt-admin-ui.git
git@gitee.com:shican1234/chatgpt-admin-ui.git
shican1234
chatgpt-admin-ui
chatgpt-admin-ui微信小程序APP公众号
master

搜索帮助