Files
doris/ui
htyoung 663676ccfe fix(ui): 1. fix component/table can not change pageSize,affect system/query profile/session page etc. (#15533)
2. add antd Table Component missing rowKey property to fit react specification
2. fix system/query profile/session/configuration page maybe lead memory leak when switch these pages fast
3.other grammar fix to fit typescript and react specification

Co-authored-by: tongyang.hty <hantongyang@douyu.tv>
2023-01-09 08:46:18 +08:00
..

Getting Started

Installation dependencies

$ npm install

or use yarn

$ npm install -g yarn
$ yarn install --pure-lockfile

Start server.

$ npm run dev

# visit http://localhost:8030

Submit code

$ git commit -m "xxx" will automatically run npm run lint to check grammar rules

Construct

$ npm run build

Technology stack convention

react + react-router-dom + ant-design + rxjs

File introduction

  public: some static resources
  
  src: development home directory
    assets: static resources, pictures, etc., refer to webpack
    components: common components
    pages: subpages, can contain subcomponents
    utils: public methods

  webpack.config.js: webpack configuration