src/components/common src/services/system/systemService.ts src/utils/apiTable.ts src/utils/downloadUtils.ts src/utils/mongodbToJson.ts
- https://litongjava.github.io/tio-boot-admin-react/
- admin/ant.design
Install node_modules:
pnpm installTio 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:
pnpm startor
pnpm dev
pnpm buildpnpm lintYou can also use script to auto fix some lint error:
pnpm lint:fixpnpm testpnpm build
pnpm gh-pagesfly apps create kimi-admin-react
fly deploy
.env
TIO_BOOT_ADMIN_BACKEND_URL=http://localhost:8100You can view full document on our official website. And welcome any feedback in our github.