代码拉取完成,页面将自动刷新
同步操作将从 zhy6599/cc-admin-web 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
module.exports = function a(ctx) {
return {
supportTS: false,
supportIE: false,
boot: [
'index',
'filter',
'msg',
'/api',
],
css: [
'app.styl',
],
extras: [
'roboto-font',
'material-icons',
'mdi-v5',
],
framework: {
iconSet: 'material-icons',
lang: 'zh-hans',
importStrategy: 'auto',
plugins: [
'Notify',
'Dialog',
'AppFullscreen',
'Loading',
],
config: {
notify: {
position: 'top',
timeout: 4000,
color: 'info',
icon: 'info',
actions: [{ icon: 'close', color: 'white' }],
},
},
},
animations: [],
build: {
// vueRouterMode: 'history',
transpile: true, // 执行babel转码
vueCompiler: false, // 仅 Vue运行时
scopeHoisting: true, // 提升运行时性能
analyze: false, // 显示分析
modern: true, // ES6
extractCSS: false, // 从Vue文件中提取CSS
minify: true, // 缩小代码
preloadChunks: true, // 预加载
sourceMap: ctx.dev,
gzip: false,
extendWebpack(cfg) {
cfg.module.rules.push({
enforce: 'pre',
test: /\.(js|vue)$/,
loader: 'eslint-loader',
exclude: /node_modules/,
});
},
env: {
PRODUCT_NAME: 'CC-ADMIN企业级快速开发平台',
BASE_URL: '/cc-admin',
WEB_SOCKET: 'ws://cc-admin.top',
},
},
devServer: {
https: false,
port: 9666,
open: true,
proxy: {
'/cc-admin': {
target: 'http://cc-admin.top',
changeOrigin: true,
},
},
},
};
};
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。