Skip to content

Commit 6c899da

Browse files
committed
update README.md
1 parent 58610d4 commit 6c899da

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@ FAST AND CLEAR IN DevOps.
33

44
本项目是最简版
55

6+
### 第一步:安装前端依赖
7+
```python
8+
# 在 package.json 文件所在目录
9+
npm install
10+
```
11+
### 第二步:构建前端
12+
```
13+
npm run build
14+
```
15+
### 第三步:通过Django 自带server启动项目
16+
```python
17+
# 在 manage.py 所在目录
18+
python manage runserver
19+
```
20+
621
# 更详细的教程在[这里](https://zhuanlan.zhihu.com/p/25080236)
722
或这里: https://zhuanlan.zhihu.com/p/25080236
823

0 commit comments

Comments
 (0)