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.
HuangHai 7f53a798cc
'commit'
2 months ago
..
build 'commit' 2 months ago
mock 'commit' 2 months ago
public 'commit' 2 months ago
src 'commit' 2 months ago
.editorconfig 'commit' 2 months ago
.env.development 'commit' 2 months ago
.env.production 'commit' 2 months ago
.env.staging 'commit' 2 months ago
.eslintignore 'commit' 2 months ago
.eslintrc.js 'commit' 2 months ago
.gitignore 'commit' 2 months ago
.travis.yml 'commit' 2 months ago
LICENSE 'commit' 2 months ago
README.md 'commit' 2 months ago
babel.config.js 'commit' 2 months ago
datax-vue-admin.iml 'commit' 2 months ago
jest.config.js 'commit' 2 months ago
package.json 'commit' 2 months ago
plopfile.js 'commit' 2 months ago
postcss.config.js 'commit' 2 months ago
todo.md 'commit' 2 months ago
vue.config.js 'commit' 2 months ago

README.md

Datax Web UI

说明

后端项目github地址

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