File tree 15 files changed +55
-15
lines changed
15 files changed +55
-15
lines changed Original file line number Diff line number Diff line change
1
+ install :
2
+ @npm install .
3
+
1
4
release :
5
+ @rm -rf ./book
2
6
@gitbook build
3
7
@git add -A
4
8
@git st
5
9
6
- PHONY : release
10
+
11
+ PHONY : release install
Original file line number Diff line number Diff line change 1
1
# CUBE 模块化编写你的代码
2
2
3
+ ### 初始化环境
4
+
5
+ ```
6
+ make install
7
+ ```
8
+
9
+ 安装全局依赖
10
+ ```
11
+
12
+ ```
13
+
14
+ ### 发布书
15
+
16
+ 编译书:
17
+ ```
18
+ make release
19
+ ```
20
+
21
+ 然后提交代码,推送github,即可完成更新!
22
+
23
+
24
+
Original file line number Diff line number Diff line change
1
+ install :
2
+ @npm install .
3
+
1
4
release :
5
+ @rm -rf ./book
2
6
@gitbook build
3
7
@git add -A
4
8
@git st
5
9
6
- PHONY : release
10
+
11
+ PHONY : release install
Original file line number Diff line number Diff line change 51
51
data-chapter-title ="cli api "
52
52
data-filepath ="api_reference/cli_api.md "
53
53
data-basepath =".. "
54
- data-revision ="Wed Mar 02 2016 12:21:32 GMT+0800 (CST) "
54
+ data-revision ="Wed Mar 30 2016 20:20:42 GMT+0800 (CST) "
55
55
data-innerlanguage ="">
56
56
57
57
Original file line number Diff line number Diff line change 53
53
data-chapter-title ="client side api "
54
54
data-filepath ="api_reference/client_side_api.md "
55
55
data-basepath =".. "
56
- data-revision ="Wed Mar 02 2016 12:21:32 GMT+0800 (CST) "
56
+ data-revision ="Wed Mar 30 2016 20:20:42 GMT+0800 (CST) "
57
57
data-innerlanguage ="">
58
58
59
59
Original file line number Diff line number Diff line change 53
53
data-chapter-title ="API Reference "
54
54
data-filepath ="api_reference/README.md "
55
55
data-basepath =".. "
56
- data-revision ="Wed Mar 02 2016 12:21:32 GMT+0800 (CST) "
56
+ data-revision ="Wed Mar 30 2016 20:20:42 GMT+0800 (CST) "
57
57
data-innerlanguage ="">
58
58
59
59
Original file line number Diff line number Diff line change 53
53
data-chapter-title ="module api "
54
54
data-filepath ="api_reference/module_api.md "
55
55
data-basepath =".. "
56
- data-revision ="Wed Mar 02 2016 12:21:32 GMT+0800 (CST) "
56
+ data-revision ="Wed Mar 30 2016 20:20:42 GMT+0800 (CST) "
57
57
data-innerlanguage ="">
58
58
59
59
Original file line number Diff line number Diff line change 53
53
data-chapter-title ="server side api "
54
54
data-filepath ="api_reference/server_side_api.md "
55
55
data-basepath =".. "
56
- data-revision ="Wed Mar 02 2016 12:21:32 GMT+0800 (CST) "
56
+ data-revision ="Wed Mar 30 2016 20:20:42 GMT+0800 (CST) "
57
57
data-innerlanguage ="">
58
58
59
59
Original file line number Diff line number Diff line change 53
53
data-chapter-title ="Getting Start "
54
54
data-filepath ="env.md "
55
55
data-basepath =". "
56
- data-revision ="Wed Mar 02 2016 12:21:32 GMT+0800 (CST) "
56
+ data-revision ="Wed Mar 30 2016 20:20:42 GMT+0800 (CST) "
57
57
data-innerlanguage ="">
58
58
59
59
Original file line number Diff line number Diff line change 53
53
data-chapter-title ="Features "
54
54
data-filepath ="features/README.md "
55
55
data-basepath =".. "
56
- data-revision ="Wed Mar 02 2016 12:21:32 GMT+0800 (CST) "
56
+ data-revision ="Wed Mar 30 2016 20:20:42 GMT+0800 (CST) "
57
57
data-innerlanguage ="">
58
58
59
59
Original file line number Diff line number Diff line change 7
7
< meta http-equiv ="X-UA-Compatible " content ="IE=edge " />
8
8
< title > Introduction | CUBE 模块化编写你的代码</ title >
9
9
< meta content ="text/html; charset=utf-8 " http-equiv ="Content-Type ">
10
- < meta name ="description " content ="">
10
+ < meta name ="description " content ="安装全局依赖 ">
11
11
< meta name ="generator " content ="GitBook 2.6.6 ">
12
12
13
13
51
51
data-chapter-title ="Introduction "
52
52
data-filepath ="README.md "
53
53
data-basepath =". "
54
- data-revision ="Wed Mar 02 2016 12:21:32 GMT+0800 (CST) "
54
+ data-revision ="Wed Mar 30 2016 20:20:42 GMT+0800 (CST) "
55
55
data-innerlanguage ="">
56
56
57
57
@@ -311,6 +311,14 @@ <h1>
311
311
< section class ="normal " id ="section- ">
312
312
313
313
< h1 id ="cube-模块化编写你的代码 "> CUBE 模块化编写你的代码</ h1 >
314
+ < h3 id ="初始化环境 "> 初始化环境</ h3 >
315
+ < pre > < code > make install
316
+ </ code > </ pre > < p > 安装全局依赖</ p >
317
+ < pre > < code > npm install -g
[email protected]
318
+ </ code > </ pre > < h3 id ="发布书 "> 发布书</ h3 >
319
+ < p > 编译书:</ p >
320
+ < pre > < code > make release
321
+ </ code > </ pre > < p > 然后提交代码,推送github,即可完成更新!</ p >
314
322
315
323
316
324
</ section >
Original file line number Diff line number Diff line change 53
53
data-chapter-title ="Advanced Usage "
54
54
data-filepath ="powerful_processors.md "
55
55
data-basepath =". "
56
- data-revision ="Wed Mar 02 2016 12:21:32 GMT+0800 (CST) "
56
+ data-revision ="Wed Mar 30 2016 20:20:42 GMT+0800 (CST) "
57
57
data-innerlanguage ="">
58
58
59
59
Original file line number Diff line number Diff line change 53
53
data-chapter-title ="custom your own processor "
54
54
data-filepath ="processors/custom_your_own_processor.md "
55
55
data-basepath =".. "
56
- data-revision ="Wed Mar 02 2016 12:21:32 GMT+0800 (CST) "
56
+ data-revision ="Wed Mar 30 2016 20:20:42 GMT+0800 (CST) "
57
57
data-innerlanguage ="">
58
58
59
59
Original file line number Diff line number Diff line change 53
53
data-chapter-title ="Processors "
54
54
data-filepath ="processors/README.md "
55
55
data-basepath =".. "
56
- data-revision ="Wed Mar 02 2016 12:21:32 GMT+0800 (CST) "
56
+ data-revision ="Wed Mar 30 2016 20:20:42 GMT+0800 (CST) "
57
57
data-innerlanguage ="">
58
58
59
59
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments