Skip to content

Commit

Permalink
更新readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rwx committed Feb 29, 2024
1 parent 12fb31b commit 633941a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# create-page-catalog
# create-page-common

#### 介绍
通过swagger文档创建页面
Expand All @@ -7,14 +7,14 @@

1. 克隆或下载项目
```
https://gitee.com/rwx666888/create-page-catalog/repository/archive/dev.zip
https://gitee.com/rwx666888/create-page-common/repository/archive/dev.zip
git clone https://gitee.com/rwx666888/create-page-catalog.git
git clone https://gitee.com/rwx666888/create-page-common.git
```
2. 进入目录 create-page-catalog/server; 初始化项目
2. 进入目录 create-page-common/server; 初始化项目
```
// 进入目录
cd create-page-catalog/server
cd create-page-common/server
// 初始化项目
npm i
```
Expand Down

0 comments on commit 633941a

Please sign in to comment.