delicate-rs

Delicate

delicate A lightweight and distributed task scheduling platform written in rust.

GitHub issues Build License PRs Welcome

Features

  • Internationalization, extracting translation fields from source code, loading language packs on demand
  • Dynamic permissions, different permissions for different menus
  • Elegant and beautiful, Ant Design system
  • Mock data, local data debugging

Usage

  1. Clone project code.
git clone https://github.com/BinChengZhao/delicate.git my-project
cd my-project
  1. Installation dependence.
sudo npm install --global yarn
sudo yarn global add umi
sudo yarn install
sudo yarn build
  1. Start local server.
sudo yarn start
  1. After the startup is complete, open a browser and visit http://localhost:7000, If you need to change the startup port, you can configure it in the .env file.

More instructions at 。

Browsers support

Modern browsers.

IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
Opera
Opera
IE11, Edgelast 2 versionslast 2 versionslast 2 versionslast 2 versions

Contributing

We very much welcome your contribution, you can build together with us in the following ways :smiley:

  • Use Ant Design Pro in your daily work.
  • Submit GitHub issuess to report bugs or ask questions.
  • Propose Pull Request to improve our code.