npm install
npm run serve
npm run build
npm run test
npm run lint
In 'vue.config.js'file, edit the corresponding settings as follow: set
proxy:{ '<SEMI_DOMIN>':{ // for example:'/iContinu' target:'<TARGET_DOMIN>', // for example:'http://157.245.63.35:8000/' or 'http://127.0.0.1:8000/' } }
By doing this, when running on local, the remote API request would be proxy to local to secure a cookie head http request.
############################