Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 登录页,首页,打造一个完美的可供使用的后台管理系统。

Awesome Lists containing this project

README

        

# vue3-PC-admin

vue3+vite+javascript+pina+ant-design-vue 实现的一个 pc 端后台管理系统,动态菜单,beautiful 登录页,首页,打造一个完美的可供使用的后台管理系统。

- Preview


Mamba
Mamba
Mamba
Mamba
Mamba
Mamba
Mamba

- 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:dev

qa环境
yarn build:qa

pro
yarn build

```