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 1 month 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-07-04T06:52:20.000Z (about 1 year ago)
- Last Synced: 2025-12-08T07:49:46.066Z (7 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: 0
- 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