mirror of
https://github.com/cp6/my-idlers.git
synced 2025-04-20 10:08:35 +00:00
23 lines
No EOL
392 B
Markdown
23 lines
No EOL
392 B
Markdown
# Installation
|
|
|
|
### NPM
|
|
|
|
```bash
|
|
npm install collect.js --save
|
|
```
|
|
|
|
### Yarn
|
|
|
|
```bash
|
|
yarn add collect.js
|
|
```
|
|
|
|
### From CDN
|
|
|
|
1. Visit https://cdnjs.com/libraries/collect.js
|
|
2. Add CDN link to your site with `<script>`
|
|
|
|
### Using build / minified version
|
|
|
|
1. Download [`collect.min.js`](https://github.com/ecrmnn/collect.js/blob/master/build/collect.min.js)
|
|
2. Add to your site with `<script>` |