update readme.md

This commit is contained in:
root 2022-09-07 10:27:37 +08:00
parent bd443e1728
commit 695a957fd5

View File

@ -1,25 +1,25 @@
# admin-vue-src
webman admin管理后台前端源码
# admin-vue
admin管理后台前端源码
# 使用
下载
```
git clone https://github.com/webman-php/admin-vue-src
git clone http://git.qinjiu8.com/dotdotdot/admin-vue.git
```
安装依赖
```
cd admin-vue-src
pnpm install
cd admin-vue
yarn
```
运行
```
pnpm serve
yarn serve
```
构建
```
pnpm build
yarn build
```