mirror of https://github.com/longtai-cn/hippo4j
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
chen.ma
a3573a7fca
|
3 years ago | |
---|---|---|
.. | ||
mock | 3 years ago | |
public | 3 years ago | |
src | 3 years ago | |
.editorconfig | 3 years ago | |
.env.development | 3 years ago | |
.env.production | 3 years ago | |
.env.staging | 3 years ago | |
.eslintignore | 3 years ago | |
.eslintrc.js | 3 years ago | |
.gitignore | 3 years ago | |
.travis.yml | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago | |
babel.config.js | 3 years ago | |
jest.config.js | 3 years ago | |
package.json | 3 years ago | |
plopfile.js | 3 years ago | |
postcss.config.js | 3 years ago | |
vue.config.js | 3 years ago |
README.md
Hippo4J Console UI
说明
该项目由 datax-web-ui、vue-element-admin 修改而来
Build Setup
运行
npm install [ 慢的话用 npm install --registry https://registry.npm.taobao.org]
修改配置
找到 vue.config.js
修改 proxy
里的属性即可
[process.env.VUE_APP_API]: {
target: `http://localhost:${apiPort}/api`,
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_API]: ''
}
启动
npm run dev
打包
npm run build:prod