Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lengziyu authored Feb 14, 2017
1 parent 8966a4f commit be50a49
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
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
```

0 comments on commit be50a49

Please sign in to comment.