feat(projects): 初始化加载效果:应用主题颜色

This commit is contained in:
Soybean
2022-01-04 13:53:07 +08:00
parent 2c196841bd
commit 035fa114c9
14 changed files with 107 additions and 33 deletions

View File

@@ -28,6 +28,10 @@ export default defineConfig(configEnv => {
host: '0.0.0.0',
port: 3200,
open: true
},
build: {
brotliSize: false,
sourcemap: false
}
};
});