// vue.config.js module.exports = { publicPath:process.env.VUE_APP_publicPath, outputDir: 'dist', devServer:{ port:3000 } }