https://github.com/kailong321200875/vue-element-plus-admin-doc
vue-element-plus-admin-doc
https://github.com/kailong321200875/vue-element-plus-admin-doc
Last synced: 6 months ago
JSON representation
vue-element-plus-admin-doc
- Host: GitHub
- URL: https://github.com/kailong321200875/vue-element-plus-admin-doc
- Owner: kailong321200875
- Created: 2022-02-20T03:43:50.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-17T08:47:08.000Z (about 1 year ago)
- Last Synced: 2025-03-27T12:29:50.051Z (7 months ago)
- Language: Vue
- Homepage: https://element-plus-admin-doc.cn/
- Size: 732 KB
- Stars: 14
- Watchers: 3
- Forks: 54
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-element-plus-admin-doc
## 如何本地开发
```bash
# 克隆本仓库
$ git clone https://github.com/kailong321200875/vue-element-plus-admin-doc.git# 安装依赖
$ yarn# 启动开发服务器
$ npm run dev
```