1 Star 0 Fork 0

滔滔江水/halo-console

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vue.config.js 681 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ryan Wang 提交于 2022-04-08 14:55 . refactor: theme color change (#543)
const pkg = require('./package.json')
const { defineConfig } = require('@vue/cli-service')
const dynamicThemePlugin = require('./src/webpack/dynamicTheme.js')
module.exports = defineConfig({
publicPath: process.env.PUBLIC_PATH,
chainWebpack: config => {
config.plugin('html').tap(args => {
args[0].version = pkg.version
return args
})
},
configureWebpack: {
plugins: [dynamicThemePlugin()]
},
css: {
loaderOptions: {
less: {
modifyVars: {
'border-radius-base': '2px'
},
javascriptEnabled: true
}
}
},
lintOnSave: false,
transpileDependencies: [],
productionSourceMap: false
})
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/taotaojs/halo-console.git
git@gitee.com:taotaojs/halo-console.git
taotaojs
halo-console
halo-console
release-1.5

搜索帮助