NGLSL / hippo4j-console

👍 hippo4j 动态线程池前端项目,对应后端项目 https://github.com/longtai-cn/hippo4j

Home Page:http://console.hippo4j.cn/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hippo4J Console UI

说明

该项目由 datax-web-uivue-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

About

👍 hippo4j 动态线程池前端项目,对应后端项目 https://github.com/longtai-cn/hippo4j

http://console.hippo4j.cn/index.html

License:MIT License


Languages

Language:Vue 72.8%Language:JavaScript 22.6%Language:SCSS 4.3%Language:CSS 0.2%Language:HTML 0.1%