Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

Latest commit

 

History

History
43 lines (27 loc) · 866 Bytes

README.zh-CN.md

File metadata and controls

43 lines (27 loc) · 866 Bytes

English | 中文版

React Suite

logo

主页: http://rsuitejs.com/

开发

首先, Fork https://github.com/rsuite/rsuite 并把它克隆到本地。

git clone git@github.com:<YOUR NAME>/rsuite.git

cd rsuite
npm install

执行 gulp 任务监听文件变更。

npm run dev

然后, Fork https://github.com/rsuite/rsuite.github.io 并把它克隆到本地。

git clone git@github.com:<YOUR NAME>/rsuite.github.io.git

cd rsuite.github.io
npm install

启动 webpack 服务

npm run dev

之后,在你的浏览器中打开 http://127.0.0.1:3200/ ,开始你的表演。