Skip to content

Commit 9df85f2

Browse files
committed
Added build note.
1 parent a51d917 commit 9df85f2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,20 @@ $ npm install avoscloud-sdk
1919
* [云代码开发指南](http://leancloud.cn/docs/cloud_code_guide.html)
2020

2121

22+
## Build
23+
24+
We use [gulp](http://gulpjs.com/) to build the project.
25+
26+
how to use:
27+
28+
```sh
29+
npm install -g gulp
30+
cd javascript-sdk
31+
npm install
32+
gulp pack # = sh pack.sh
33+
gulp release # = sh release (and use the VERSION number from av.js automatically)
34+
```
35+
2236
# 协议
2337

2438
[MIT License](http://opensource.org/licenses/MIT)

0 commit comments

Comments
 (0)