https://github.com/skyclouds2001/sky-admin
SkyAdmin is a backstage management system built on Vue3, Vite4, TypeScript and Element Plus, developed by skyclouds2001 and was published under MIT license.
https://github.com/skyclouds2001/sky-admin
Last synced: 5 months ago
JSON representation
SkyAdmin is a backstage management system built on Vue3, Vite4, TypeScript and Element Plus, developed by skyclouds2001 and was published under MIT license.
- Host: GitHub
- URL: https://github.com/skyclouds2001/sky-admin
- Owner: skyclouds2001
- License: mit
- Created: 2023-02-10T08:41:27.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-12T09:58:49.000Z (almost 2 years ago)
- Last Synced: 2024-07-12T11:25:35.292Z (almost 2 years ago)
- Language: TypeScript
- Homepage:
- Size: 19.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# sky-admin
[](https://github.com/RichardLitt/standard-readme)
`SkyAdmin` is an open source free and out-of-the-box full-stack middle and background management system template. Developed using the latest mainstream technologies such as `Vue3`, `Vite`, `Element-Plus`, `TypeScript`, `Pinia`, `Tailwindcss`, `Nest.js`, `Prisma`.
## Getting Started
- Get code
```bash
git clone https://github.com/skyclouds2001/sky-admin.git
```
- Install dependencies
```bash
pnpm install
```
- Run
```bash
pnpm dev
```
- Build
```bash
pnpm build
```
- Preview
```bash
pnpm preview
```
## Changelog
[Changelog](CHANGELOG.md)
## Contribution
[Contribution](CONTRIBUTING.md)
## Code of Conduct
[Code of Conduct](CODE_OF_CONDUCT.md)
## License
[MIT](LICENSE) © skyclouds2001