소스 검색

修改文档

jnotnull 6 년 전
부모
커밋
0d04127651
1개의 변경된 파일19개의 추가작업 그리고 1개의 파일을 삭제
  1. 19
    1
      README.md

+ 19
- 1
README.md 파일 보기

@@ -1,3 +1,21 @@
1 1
 Fork from [mderrick/react-html5video](https://github.com/mderrick/react-html5video)
2 2
 
3
-Add speed/playbackRate control
3
+Add speed/playbackRate control
4
+
5
+Install dependencies.
6
+
7
+```bash
8
+$ npm install
9
+```
10
+
11
+Start server.
12
+
13
+```bash
14
+$ npm start
15
+```
16
+
17
+Build dist.
18
+
19
+```bash
20
+$ npm run build
21
+```