Menu

Tree [a2578d] master /
 History

HTTPS access


File Date Author Commit
 public 2018-01-02 buxuku buxuku [c45fc5] refactory confirmList page
 server 2017-04-07 林晓东 林晓东 [46cfae] 调整选单发货计算逻辑
 src 2018-01-24 buxuku buxuku [d33a55] change user action style
 .babelrc 2017-10-25 buxuku buxuku [cbeac1] test react-hot-loader
 .editorconfig 2017-11-13 buxuku buxuku [dbb5c5] add editorconfig
 .eslintrc 2017-11-17 buxuku buxuku [4eaba9] eslint express
 .gitignore 2017-06-02 林晓东 林晓东 [5f7a99] ignore vscode
 .gitlab-ci.yml 2018-01-18 buxuku buxuku [f552d2] change registry
 .prettierrc 2017-11-13 buxuku buxuku [39cdc0] modified eslintrc and prettierrc
 README.md 2017-07-10 林晓东 林晓东 [3a034b] Update readme
 package-lock.json 2017-10-11 buxuku buxuku [743450] fixed warining in moment@...
 package.json 2018-01-24 buxuku buxuku [5f86bc] update gui
 webpack.config.js 2017-12-19 buxuku buxuku [d1ee1a] change publicPath

Read Me

Install

Because this project uses a private npm package,So first please set your npm registry:

npm set registry http://192.168.1.228:4873

Then

git clone git@git.gaia:buxuku/gaia-react-provider.git
cd gaia-react-provider
npm i

run

run test

API address is '//provider.gaia.com:8082' ,so you should modify your host file

npm run test

build

build for rel

the login url is '//account.rel.gaia/login'

npm run rel

build for production

npm run build

all the files and folders is in the build folder

Thanks