- Create a file in the folder with the following content(changing the values for your required ones):
[req]
distinguished_name = req_distinguished_name
req_extensions = SAN
prompt = no
1. Create the file vue.config.js in the root of the project. | |
2. Add the following content: | |
``` javascript | |
module.exports = { | |
devServer: { | |
proxy: { | |
'/api': { | |
target: 'http://localhost:7071', | |
ws: true, | |
changeOrigin: true |