forked from kongfp/Tp_Web2.0
feat: 测试提交
parent
d1a8aababc
commit
263a91ec16
@ -1,2 +1,32 @@
|
|||||||
<h1>tp-admin</h1>
|
<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
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue