Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lower-greenhand/vue3-pc-admin
vue3+vite+javascript+pina+ant-design-vue实现的一个pc端后台管理系统,mockJs接口数据模拟,动态菜单,beautiful 登录页,首页,打造一个完美的可供使用的后台管理系统。
https://github.com/lower-greenhand/vue3-pc-admin
ant-design-vue javascript less mockjs pina vite vue3
Last synced: 11 days ago
JSON representation
vue3+vite+javascript+pina+ant-design-vue实现的一个pc端后台管理系统,mockJs接口数据模拟,动态菜单,beautiful 登录页,首页,打造一个完美的可供使用的后台管理系统。
- Host: GitHub
- URL: https://github.com/lower-greenhand/vue3-pc-admin
- Owner: lower-greenHand
- Created: 2023-09-28T07:18:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-21T07:18:49.000Z (12 months ago)
- Last Synced: 2024-02-21T08:29:33.117Z (12 months ago)
- Topics: ant-design-vue, javascript, less, mockjs, pina, vite, vue3
- Language: JavaScript
- Homepage:
- Size: 9.49 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue3-PC-admin
vue3+vite+javascript+pina+ant-design-vue 实现的一个 pc 端后台管理系统,动态菜单,beautiful 登录页,首页,打造一个完美的可供使用的后台管理系统。
- Preview
- Get the project code
```bash
git clone https://github.com/lower-greenHand/vue3-PC-admin
```- Installation dependencies
```
yarn 或 npm install 或 yarn install
```- Run
```
yarn dev 或 npm run dev
```- build
```
dev 环境
yarn build:devqa环境
yarn build:qapro
yarn build```