- Directory Explanation
- Supplementary components
- Supplementary feature
- Open Source Library Description
npm i
# or
yarn
npm run dev
# or
yarn dev
npm run build
# or
yarn build
/page
- Stores pages./components
- Stores components./constants
- Stores constants and enumerations./plugins
- Stores plugins and library-related files./utils
- Stores utility methods./assets
- Stores static resources./http
- Stores HTTP-related files such as request entry points, request hooks, file uploads, image transfers, etc.global.scss
- Stores global styles.app.tsx
- Runtime configuration, details can be found in the Umi documentation.
- Form, based on Formik
- Table, based on rc-table
- Cascader
- Date Range Picker
- MarkdownRender
- CodeRender
- Loading
- Confirm Modal
- Alert Message
- Integrated natur state management, ready to use out of the box.
- Integrated permission functionality, ready to use out of the box.
- Integrated global loading and message prompt, ready to use out of the box.
- Integrated login verification logic.
- Provided a pre-configured axios request library, ready to use out of the box.