vue.config.js 112 B

123456
  1. //打包配置文件
  2. module.exports = {
  3. assetsDir: 'static',
  4. parallel: false,
  5. publicPath: './',
  6. };