12
This commit is contained in:
16
vue.config.js
Normal file
16
vue.config.js
Normal file
@@ -0,0 +1,16 @@
|
||||
module.exports = {
|
||||
publicPath: './',
|
||||
assetsDir: 'static',
|
||||
productionSourceMap: false,
|
||||
// devServer: {
|
||||
// proxy: {
|
||||
// '/api':{
|
||||
// target:'http://jsonplaceholder.typicode.com',
|
||||
// changeOrigin:true,
|
||||
// pathRewrite:{
|
||||
// '/api':''
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
}
|
||||
Reference in New Issue
Block a user