Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 694 Bytes

README.md

File metadata and controls

40 lines (31 loc) · 694 Bytes

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

# 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