Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bee36e1 commit d553a75Copy full SHA for d553a75
vue.config.js
@@ -2,15 +2,15 @@ module.exports = {
2
baseUrl: './',
3
assetsDir: 'static',
4
productionSourceMap: false,
5
- devServer: {
6
- proxy: {
7
- // '/api':{
8
- // target:'http://jsonplaceholder.typicode.com',
9
- // changeOrigin:true,
10
- // pathRewrite:{
11
- // '/api':''
12
- // }
13
14
- }
15
+ // devServer: {
+ // proxy: {
+ // '/api':{
+ // target:'http://jsonplaceholder.typicode.com',
+ // changeOrigin:true,
+ // pathRewrite:{
+ // '/api':''
+ // }
16
}
0 commit comments