Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/litongjava/tio-boot-admin-react


https://github.com/litongjava/tio-boot-admin-react

Last synced: about 1 month ago
JSON representation

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 Prepare

Install `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
```
## More

You 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).