File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 11install : all
22
33all :
4+ npm install
45 grunt
56 node demo/server.js
Original file line number Diff line number Diff line change @@ -303,10 +303,6 @@ qiniu-js-sdk
303303
304304* 安装 [Nodejs](http://nodejs.org/download/)、[npm](https://www.npmjs.org/)
305305
306- * `npm install -g grunt-cli`,安装 Grunt
307-
308- * `npm install`,安装七牛 Node.js SDK、Express
309-
310306* 获取源代码:
311307 `git clone [email protected] :qiniupd/qiniu-js-sdk.git` 312308* 进入`demo`目录,修改`config.js`,`Access Key`和`Secret Key` 按如下方式获取
Original file line number Diff line number Diff line change 1010 "qiniu" : " ~6.1.1" ,
1111 "ejs" : " ~1.0.0" ,
1212 "grunt" : " ~0.4.2" ,
13+ "grunt-cli" : " ~0.1.13" ,
1314 "grunt-contrib-jshint" : " ~0.7.2" ,
1415 "grunt-contrib-watch" : " ~0.5.3" ,
1516 "grunt-contrib-uglify" : " ~0.2.2" ,
You can’t perform that action at this time.
0 commit comments