Files
doris/ui
Pxl 6bb721d86b [Chore](build) fix some warning on code generate and webui #17078
[WARNING:gensrc/thrift/parquet.thrift:22] Uncaptured doctext at on line 18.

[WARNING:gensrc/thrift/parquet.thrift:23] Uncaptured doctext at on line 22.

[WARNING:gensrc/thrift/parquet.thrift:436] Uncaptured doctext at on line 428.

WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).WARNING in asset size limit: The following asset(s) exceed the
  recommended size limit (244 KiB). This can impact web performance


WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit


Warning : Macro "NonTerminator" has been declared but never used.
2023-02-26 13:01:19 +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