nni/ts/webui
Lijiaoa f8327ba0fd
[webui] fix little bugs (#4541)
2022-02-16 10:51:19 +08:00
..
mock Add native support for v2 config (#3466) 2021-04-09 18:29:12 +08:00
public Bump node.js version to v16 (#3828) 2021-06-21 13:40:50 +08:00
scripts Enable development build for webui (#4496) 2022-01-25 14:02:10 +08:00
src [webui] fix little bugs (#4541) 2022-02-16 10:51:19 +08:00
.eslintignore
.eslintrc Enable development build for webui (#4496) 2022-01-25 14:02:10 +08:00
.gitignore
.stylelintrc.json
LICENSE
README.md [webui] fix little bugs (#4541) 2022-02-16 10:51:19 +08:00
package.json add webui sanity-check command (#4535) 2022-02-10 12:55:46 +08:00
prettier.config.js Bump node.js version to v16 (#3828) 2021-06-21 13:40:50 +08:00
tsconfig.json
yarn.lock Bump follow-redirects from 1.14.7 to 1.14.8 in /ts/webui (#4546) 2022-02-14 14:54:20 +08:00

README.md

WebUI

WebUI is built by using React and fluentui.

Development

  • Please refer the installation doc to run an experiment.

  • Use this command in webui/ts directory when you change webui code. And then refresh website to see latest pages.

    yarn build
    

PR

  • WebUI uses eslint and prettier to format code. You could use the command yarn sanity-check to check the code error status. And use yarn sanity-check --fix could modifiy the most code style error before you send PR.

  • You could send the PR if yarn release gets successful build after formatting code.