-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
## React版个人网站 | ||
|
||
### 预览 | ||
|
||
[冷子欲-前端网站](http://lengziyu.com) | ||
|
||
|
||
### 介绍 | ||
|
||
使用了 [dva-cli](https://github.com/dvajs/dva-cli) 脚手架。 | ||
|
||
### 使用 | ||
``` | ||
# 克隆 | ||
$ git clone https://github.com/lengziyu/react-lengziyu_com.git | ||
# 安装 | ||
$ cd react-lengziyu_com & npm install | ||
# 启动 | ||
$ npm start | ||
#打包 | ||
$ npm run build | ||
``` |