Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/biyuqi/vue3-element-admin
基于Vue3 + Typescript + Element-plus的后台管理系统. A simple admin based on element-plus & Vue3. Using Typescript and Composition API.
https://github.com/biyuqi/vue3-element-admin
typescript vue-cli4 vue-compositon-api vue3 vue3-admin vue3-composition-api vue3-typescript
Last synced: about 21 hours ago
JSON representation
基于Vue3 + Typescript + Element-plus的后台管理系统. A simple admin based on element-plus & Vue3. Using Typescript and Composition API.
- Host: GitHub
- URL: https://github.com/biyuqi/vue3-element-admin
- Owner: BiYuqi
- License: mit
- Created: 2021-01-02T14:19:34.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-19T03:40:50.000Z (almost 4 years ago)
- Last Synced: 2024-11-16T15:05:49.182Z (2 months ago)
- Topics: typescript, vue-cli4, vue-compositon-api, vue3, vue3-admin, vue3-composition-api, vue3-typescript
- Language: Vue
- Homepage: https://biyuqi.github.io/vue3-element-admin
- Size: 1.21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue3-element-admin
A simple admin system based on element-plus & vue3.x. Using Typescript and Composition API.
## Project setup
```
# clone the project
https://github.com/BiYuqi/vue3-element-admin.git# enter the project directory
cd vue3-element-admin# install dependency
yarn install# develop
yarn run dev
```### Compiles and minifies for production
```sh
# build for test environment
yarn run build:stage# build for production environment
yarn run build:prod
```### Run your unit tests
```
yarn test
```### Lints and fixes files
```
yarn lint
```
### License
[MIT]() lichttps://github.com/BiYuqi/vue3-element-admin/blob/master/LICENSEense.
Copyright (c) 2021-present BiYuqi