Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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