演示项目
This commit is contained in:
8
web_home/vue.config.js
Normal file
8
web_home/vue.config.js
Normal file
@@ -0,0 +1,8 @@
|
||||
const path = require('path')
|
||||
|
||||
module.exports = {
|
||||
publicPath: './', // 基本路径
|
||||
outputDir: 'dist',
|
||||
assetsDir: 'static',
|
||||
lintOnSave: false, // eslint-loader 是否在保存的时候检查
|
||||
}
|
||||
Reference in New Issue
Block a user