Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ntnyq/element-plus-admin
:house: Admin boilerplate based on Vue 3 and ElementPlus
https://github.com/ntnyq/element-plus-admin
boilerplate element-plus element-ui pinia template typescript vue vue3
Last synced: 9 days ago
JSON representation
:house: Admin boilerplate based on Vue 3 and ElementPlus
- Host: GitHub
- URL: https://github.com/ntnyq/element-plus-admin
- Owner: ntnyq
- License: mit
- Created: 2018-12-22T11:14:57.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T21:25:06.000Z (2 months ago)
- Last Synced: 2024-09-18T02:16:30.189Z (2 months ago)
- Topics: boilerplate, element-plus, element-ui, pinia, template, typescript, vue, vue3
- Language: TypeScript
- Homepage: https://admin.ntnyq.com
- Size: 2.7 MB
- Stars: 21
- Watchers: 2
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# element-plus-admin
> Admin boilerplate based on Vue 3 and ElementPlus。
![CI](https://github.com/ntnyq/element-plus-admin/workflows/CI/badge.svg)
## :clapper: Preview
[Online demo](https://admin.ntnyq.com)
## :construction: Status
This is a simple boilerplate for writing demos.
## :apple: Try
```bash
git clone https://github.com/ntnyq/element-plus-admin.gitcd element-plus-admin
npm install pnpm -g
pnpm install
pnpm dev
```## License
[MIT](./LICENSE) © [@ntnyq](https://github.com/ntnyq)