mirror of
https://github.com/hpd840321/starRiverProperty.git
synced 2026-06-09 08:20:31 +08:00
feat: scaffold cwos-portal Vue 2 skeleton (config)
Includes package.json, vue.config.js, babel.config.js, and public/index.html Former-commit-id: 670bbb3eadd4c3900723717b0cdb64a5faa790e6
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
module.exports = {
|
||||
publicPath: './',
|
||||
outputDir: 'dist',
|
||||
assetsDir: 'static',
|
||||
productionSourceMap: false,
|
||||
devServer: {
|
||||
port: 8080,
|
||||
proxy: {
|
||||
'/api': {
|
||||
target: 'http://localhost:8090',
|
||||
changeOrigin: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user