An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# sky-admin

[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](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