Skip to content

NSFI/7uConnect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What you need to build 7uConnect

You just need to have Node.js and Git.

Node.js

Git

How to build 7uConnect

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

Test units

$ gulp test

Releases

No releases published

Packages

No packages published