resemi admin
1.0.0
English | 中文
Resemi Admin is a free and open-source middle and back-end template. Using the latest NextJS 12,React 18,TypeScript and other mainstream technology development.
# Get the project code
git clone https://github.com/resemi/resemi-admin.git
# installation dependencies
cd resemi-admin && pnpm install
# run
pnpm dev
# build
pnpm buildWelcome to join us! Raise an Issue Or submit a Pull Request。
Pull Request:
git checkout -b feat/xxxxgit commit -am 'feat(function): add xxxxx'git push origin feat/xxxxpull requestreference Angular
feat Add new featuresfix Fix the problem/bugstyle The code style is related and does not affect the running resultperf Optimization/Performance improvementrefactor Refactor coderevert Undo edittest Test relateddocs Documentation/Noteschore Dependency update/scaffolding configuration modification etc.ci Continuous integrationtypes Type definition file changesCHANGELOG
MIT