English | 中文
-
cd carrera-console-fe
-
npm i
-
cd build, and modify the config in webpack.base.config.js:
devServer: { ... proxy: { '/carrera/api': { // Modify target target: 'http://xxxxxx', changeOrigin: true, secure: false, }, }, }
-
npm run start
-
Visit DDMQ Web Console
- cd carrera-console-fe
- ./build.sh, the generated static resources are placed in the dist folder