yshop2.0发布

This commit is contained in:
hupeng
2020-03-07 11:29:36 +08:00
parent c493b3fc68
commit 150d7eb84f
41 changed files with 1339 additions and 149 deletions

View File

@ -14,14 +14,14 @@ module.exports = {
publicPath: '/',
outputDir: 'dist',
assetsDir: 'static',
lintOnSave: process.env.NODE_ENV === 'development',
lintOnSave: false,
productionSourceMap: false,
devServer: {
port: port,
open: true,
overlay: {
warnings: false,
errors: false
errors: true
},
proxy: {
'/api': {