vue.config.js 92 B

12345
  1. module.exports={
  2. publicPath:'./',
  3. lintOnSave:false,
  4. productionSourceMap: false
  5. }