12345678910111213141516171819 |
- const vueDefaultConfig = {
- publicPath: '/sk/',
- outputDir: 'dist/sk',
- assetsDir: 'static',
- parallel: false,
- lintOnSave: false,
- transpileDependencies: ['vue-echarts', 'resize-detector'],
- //webpack 配置的项目名称
- title: 'SKCHINA',
- titleSeparator: ' - ',
- titleReverse: false,
- devPort: '9999',
- abbreviation: 'vt2at',
- providePlugin: {},
- build7z: false,
- startMessage: '欢迎使用SKCHINA'
- }
- module.exports = vueDefaultConfig
|