RIRaffaele Iavazzo·Sep 22, 202000proxy rule in the vue.config.js fileHi, could you tell me if the following considerations are correct? vue.config.js: module.exports = { //configure webpack-dev-server behavior devServer: { proxy: { '/api': { target: 'http://localhost:3000/', changeOrigin: t...Join discussion
RIRaffaele Iavazzo·Sep 20, 202001proxy rule in the vue.config.js filewho could explain me all lines of this code, step by step? vue.config.js: module.exports = { //configure webpack-dev-server behavior devServer: { proxy: { '/api': { target: 'http://localhost:3000/', changeOrigin: true, ...LALAO commented
RIRaffaele Iavazzo·Sep 19, 202001proxy configuration in the vue.config.js filewho could explain me all lines of this code, step by step? vue.config.js: module.exports = { //configure webpack-dev-server behavior devServer: { proxy: { '/api': { target: 'http://localhost:3000/', changeOrigin: true, ...SSahil commented