Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/litongjava/tio-boot-admin-react
https://github.com/litongjava/tio-boot-admin-react
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/litongjava/tio-boot-admin-react
- Owner: litongjava
- Created: 2024-10-30T23:55:38.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-27T06:33:11.000Z (about 1 month ago)
- Last Synced: 2024-11-27T07:29:15.570Z (about 1 month ago)
- Language: TypeScript
- Size: 591 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tio-boot-admin-react
## common file
src/components/common
src/services/system/systemService.ts
src/utils/apiTable.ts
src/utils/downloadUtils.ts
src/utils/mongodbToJson.ts## Demo
- https://litongjava.github.io/tio-boot-admin-react/
- admin/ant.design
## Environment PrepareInstall `node_modules`:
```bash
pnpm install
```## Provided Scripts
Tio Boot Admin provides some useful script to help you quick start and build with web project, code style check and test.
Scripts provided in `package.json`. It's safe to modify or add additional script:
### Start project
```bash
pnpm start
```or
```
pnpm dev
```### Build project
```bash
pnpm build
```### Check code style
```bash
pnpm lint
```You can also use script to auto fix some lint error:
```bash
pnpm lint:fix
```### Test code
```bash
pnpm test
```
### deploy to github gh-pages
```bash
pnpm build
pnpm gh-pages
```
### flyio
```
fly apps create kimi-admin-react
fly deploy
```
## MoreYou can view full document on our [official website](https://pro.ant.design). And welcome any feedback in our [github](https://github.com/ant-design/ant-design-pro).