wlhbdp 21381f25a2 feature(master): 新增运维管理、修改frontend 3 yıl önce
..
config 21381f25a2 feature(master): 新增运维管理、修改frontend 3 yıl önce
mock 08ff70796d feature(master): add 开源大数据平台前后端代码 3 yıl önce
public 08ff70796d feature(master): add 开源大数据平台前后端代码 3 yıl önce
src 21381f25a2 feature(master): 新增运维管理、修改frontend 3 yıl önce
tests 08ff70796d feature(master): add 开源大数据平台前后端代码 3 yıl önce
.editorconfig 08ff70796d feature(master): add 开源大数据平台前后端代码 3 yıl önce
.eslintignore 08ff70796d feature(master): add 开源大数据平台前后端代码 3 yıl önce
.eslintrc.js 08ff70796d feature(master): add 开源大数据平台前后端代码 3 yıl önce
.gitignore 08ff70796d feature(master): add 开源大数据平台前后端代码 3 yıl önce
.npmrc 08ff70796d feature(master): add 开源大数据平台前后端代码 3 yıl önce
.prettierignore 08ff70796d feature(master): add 开源大数据平台前后端代码 3 yıl önce
.prettierrc.js 08ff70796d feature(master): add 开源大数据平台前后端代码 3 yıl önce
.stylelintrc.js 08ff70796d feature(master): add 开源大数据平台前后端代码 3 yıl önce
README.md 08ff70796d feature(master): add 开源大数据平台前后端代码 3 yıl önce
jest.config.js 08ff70796d feature(master): add 开源大数据平台前后端代码 3 yıl önce
package-lock.json 21381f25a2 feature(master): 新增运维管理、修改frontend 3 yıl önce
package.json 08ff70796d feature(master): add 开源大数据平台前后端代码 3 yıl önce
run.sh 08ff70796d feature(master): add 开源大数据平台前后端代码 3 yıl önce
tsconfig.json 08ff70796d feature(master): add 开源大数据平台前后端代码 3 yıl önce

README.md

DASHBOARD FOR BDP PLATFORM

开源大数据平台

Environment Prepare

Install node_modules:

npm install

Scripts

Start project

npm start

Build project

npm run build

Check code style

npm run lint

You can also use script to auto fix some lint error:

npm run lint:fix

Test code

npm test

Deployment

Test env

./run.sh build:test

Prod env

./run.sh build:prod