Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nobitagit/jq-jspm
- Owner: nobitagit
- Created: 2015-06-19T10:22:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-19T10:40:05.000Z (over 9 years ago)
- Last Synced: 2024-04-14T11:36:28.760Z (9 months ago)
- Language: JavaScript
- Size: 117 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```