vue.config.js 134 B

123456789
  1. module.exports = {
  2. publicPath: './',
  3. productionSourceMap: false,
  4. devServer: {
  5. port: 8088,
  6. disableHostCheck: true
  7. }
  8. }