Skip to content

litongjava/tio-boot-admin-react

Repository files navigation

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

Environment Prepare

Install node_modules:

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

pnpm start

or

pnpm dev

Build project

pnpm build

Check code style

pnpm lint

You can also use script to auto fix some lint error:

pnpm lint:fix

Test code

pnpm test

deploy to github gh-pages

pnpm build
pnpm gh-pages

flyio

fly apps create kimi-admin-react
fly deploy

dev

.env

TIO_BOOT_ADMIN_BACKEND_URL=http://localhost:8100

More

You can view full document on our official website. And welcome any feedback in our github.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published