npm install qs.js```
npm install qs.js
`
//ES5
var Qs = require('qs.js');
//ES6
import Qs from 'qs.js';
`
Qs has two version, the professional one and another is the lite one.
#### qs.pro.js
pro size is 6.8k after gzip, And have all the functional method.
#### qs.lite.js
lite` size is 5.5k after gzip, Only have some functional method. And do not support multiple stream manipulation.