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.
2 parents 38a5bd4 + d553a75 commit eb36dadCopy full SHA for eb36dad
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