You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<h1>tp-admin</h1>
|
|
|
|
## 安装使用
|
|
|
|
- 获取项目代码
|
|
|
|
```bash
|
|
git clone https://github.com/pure-admin/vue-pure-admin.git
|
|
or
|
|
git clone https://gitee.com/yiming_chang/vue-pure-admin.git
|
|
```
|
|
|
|
- 安装依赖
|
|
|
|
```bash
|
|
cd vue-pure-admin
|
|
|
|
pnpm install
|
|
|
|
```
|
|
|
|
- 运行
|
|
|
|
```bash
|
|
pnpm serve
|
|
```
|
|
|
|
- 打包
|
|
|
|
```bash
|
|
pnpm build
|
|
```
|