Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nobitagit/jq-jspm

a jspm + jQuery plugin install demo
https://github.com/nobitagit/jq-jspm

Last synced: about 1 month ago
JSON representation

a jspm + jQuery plugin install demo

Awesome Lists containing this project

README

        

#jspm + jQuery plugin

Clone the repo and install all the deps by running:

```
npm install && jspm install
```

Then build the bundle:
```
npm run bundle-sfx
```

Finally open the page with:
```
open index.html
```
or
```
npm run serve
```