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.
- Semi Design - A modern, comprehensive, flexible design system and UI library.
- Next.js - The React Framework
- React - A JavaScript library for building user interfaces.
- Recoil - A state management library for React
- TypeScript - TypeScript is JavaScript with syntax for types.
- WindiCSS - Next generation utility-first CSS framework.
# 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 build
Welcome to join us! Raise an Issue Or submit a Pull Request。
Pull Request:
- Fork code!
- Create your own branch:
git checkout -b feat/xxxx
- Submit your changes:
git commit -am 'feat(function): add xxxxx'
- Push your branch:
git push origin feat/xxxx
- Submit
pull request
reference 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 changes