You just need to have Node.js and Git.
Clone a copy of the main 7uConnect git repository by running:
$ git clone https://github.com/morrain/7uConnect.git 7uConnect
$ cd 7uConnect
Install gulp-cli
(>= 1.2.2) globally (which provides the gulp
command):
$ npm install -g gulp-cli
(you can also use the local gulp
executable located in node_modules/.bin/gulp
).
Install the Node.js dependencies:
$ npm install
Finally, run gulp dist
(or just gulp
) to get:
dist/qiyuconnect.js
: uncompressed version of 7uConnect.dist/qiyuconnect.min.js
: compressed version of 7uConnect.
$ gulp dist
$ gulp test