分布式调度框架。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
calvin ab459a511f
[Improve][UI Next] Add a few instructions on how to call a procedure in the form of the procedure task. (#8566)
3 years ago
..
docs/e2e [Feature][UI Next] Add the form of sql task to the module of next ui. (#8471) 3 years ago
public [Feature][UI-Next]: Build a front-end refactoring project. (#7387) 3 years ago
src [Improve][UI Next] Add a few instructions on how to call a procedure in the form of the procedure task. (#8566) 3 years ago
.env.development [Docs][UI Next] Add package license. (#8545) 3 years ago
.env.production [Docs][UI Next] Add package license. (#8545) 3 years ago
.eslintignore [Feature][UI-Next]: Build a front-end refactoring project. (#7387) 3 years ago
.eslintrc.js [Fix-7717] [UI Next] Prettier config name error (#8012) 3 years ago
.gitignore [Feature][UI Next] Add statistics. (#7895) 3 years ago
.prettierignore [Feature][UI-Next]: Build a front-end refactoring project. (#7387) 3 years ago
.prettierrc.js [Feature-7785][UI Next] Add a new page for the module of next ui to manage the task group option. (#8060) 3 years ago
README.md [Improve][UI Next] Add a few instructions on how to call a procedure in the form of the procedure task. (#8566) 3 years ago
index.html [Feature][UI Next] Add layout content, theme and i18n. (#7690) 3 years ago
package.json [Build][UI Next] Update package. (#8504) 3 years ago
pnpm-lock.yaml [Feature][UI Next] Add the form of the sea tunnel task to the module of next ui. (#8507) 3 years ago
pom.xml change version to 2.0.4-SNAPSHOT (#8188) 3 years ago
tsconfig.json [Feature][UI Next] Workflow save modal (#8341) 3 years ago
vite.config.ts [Feature][UI Next] Change how env is used. (#8221) 3 years ago

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