module.exports = {
lintOnSave: true,
publicPath: './',
outputDir: 'dist',
assetsDir: 'static',
devServer: {
port: 8085 // 固定端口
}