vue.config.js 144 B

1234567
  1. module.exports = {
  2. publicPath: "./",
  3. outputDir: "dist",
  4. assetsDir: "static",
  5. lintOnSave: false,
  6. productionSourceMap: false,
  7. };