mirror of
https://github.com/Gar-b-age/CookLikeHOC.git
synced 2026-08-12 06:10:59 +00:00
Revise branch switching and running instructions
解决了issuse #207 #206,因生产隔离所以需切换分支后在本地部署
This commit is contained in:
+8
-4
@@ -47,14 +47,18 @@
|
||||
```bash
|
||||
cd CookLikeHOC
|
||||
```
|
||||
|
||||
3. 安装依赖
|
||||
3. 切换分支
|
||||
```bash
|
||||
git checkout vitepress
|
||||
```
|
||||
|
||||
4. 安装依赖
|
||||
|
||||
```bash
|
||||
npm install
|
||||
```
|
||||
|
||||
4. 运行
|
||||
5. 运行
|
||||
|
||||
```bash
|
||||
npm run docs:dev
|
||||
@@ -64,4 +68,4 @@
|
||||
```
|
||||
http://localhost:5173/
|
||||
```
|
||||
即可。
|
||||
即可。
|
||||
|
||||
Reference in New Issue
Block a user