Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 394 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 394 Bytes

React版个人网站

预览

image

介绍

使用了 dva-cli 脚手架。

使用

# 克隆
$ git clone https://github.com/lengziyu/react-lengziyu_com.git

# 安装
$ cd react-lengziyu_com & npm install

# 启动
$ npm start

#打包
$ npm run build