songjianet f2c6fbb452 [Fix][UI Next] Fix build standalone error. (#8590) 3 лет назад
..
docs dd3e2905dc [Feature][UI Next] Add the form of sql task to the module of next ui. (#8471) 3 лет назад
public e4955934fd [Feature][UI-Next]: Build a front-end refactoring project. (#7387) 3 лет назад
src f2c6fbb452 [Fix][UI Next] Fix build standalone error. (#8590) 3 лет назад
.env.development 8ed2eeb86c [Docs][UI Next] Add package license. (#8545) 3 лет назад
.env.production f2c6fbb452 [Fix][UI Next] Fix build standalone error. (#8590) 3 лет назад
.eslintignore e4955934fd [Feature][UI-Next]: Build a front-end refactoring project. (#7387) 3 лет назад
.eslintrc.js ff72a36c8a [Fix-7717] [UI Next] Prettier config name error (#8012) 3 лет назад
.gitignore 7151c54578 [Feature][UI Next] Add statistics. (#7895) 3 лет назад
.prettierignore e4955934fd [Feature][UI-Next]: Build a front-end refactoring project. (#7387) 3 лет назад
.prettierrc.js a5f4e3de46 [Feature-7785][UI Next] Add a new page for the module of next ui to manage the task group option. (#8060) 3 лет назад
README.md 87927c4338 [Docs][UI Next] Update README. (#8568) 3 лет назад
index.html 9f9ddea8dc [Feature][UI Next] Add layout content, theme and i18n. (#7690) 3 лет назад
package.json 64baf6dc3d [Build][UI Next] Update package. (#8504) 3 лет назад
pnpm-lock.yaml 6fb112d1da [Feature][UI Next] Add the form of the sea tunnel task to the module of next ui. (#8507) 3 лет назад
pom.xml 103ccb01da change version to 2.0.4-SNAPSHOT (#8188) 3 лет назад
tsconfig.json 71eeb9c879 [Feature][UI Next] Workflow save modal (#8341) 3 лет назад
vite.config.ts f2c6fbb452 [Fix][UI Next] Fix build standalone error. (#8590) 3 лет назад

README.md

Dolphin Scheduler UI Next

After two and a half months of development cycle, we have brought a brand-new UI management system (V1.0.0-Alpha).

Compared with the old UI, it will be more standardized, and it will also have a more complete type checking mechanism. At the same time, its speed has made a qualitative leap.

We also provide dark mode and light mode to meet the preferences of different developers. It will make your eyes shine.

If you have tried the new UI and found problems in use, you can contact us through issue.


Start Using

For the best experience, we recommend using node 16.x.x and pnpm 6.x.x. You can learn how to install the corresponding version from their official website.

Install Dependencies

pnpm install

Start Development Project

To do this you need to change the VITE_APP_DEV_WEB_URL parameter variable in .env.development in the project root directory.

It is worth noting that when you do not change the request path or route, you only need to write http, ip and port without the / symbol at the end, such as http://127.0. 0.1:12345.

pnpm run dev

Build Project

We provide two packaging and compilation environments by default, development and production. Their interface request configurations are in .env.development and .env.production in the project root directory respectively. Please change the URL is the address of the corresponding backend service.

pnpm run build:dev
# or
pnpm run build:prod

Code Format

Usually after you modify the code, you need to perform code formatting operations to ensure that the code in the project is the same style.

pnpm run prettier

E2E

In order to ensure the stability of the project, we have added a lot of E2E tests, you can learn about it through the following list, and when you make code changes, please make sure that the DOM of E2E has not changed, if there are changes, please Correspondingly modify the backend code or explain it in PR.

Known Issues

Since this system is newly developed, there are some known issues, but this does not affect your use. We will deal with it in subsequent versions. If you are an open source enthusiast, your contributions are very welcome.

Check out all known issues Know Issues.