This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# start with es2016 skeleton | |
jspm install jquery | |
jspm install npm:awesomplete |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# start with es2016 skeleton | |
jspm install jquery | |
jspm install select2 | |
jspm install css # assure css handler in place for systemjs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# start with es2016 skeleton | |
jspm install jquery | |
jspm install selectize |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
D3 - Data Driven Documents | |
http://d3js.org/ | |
low level library to display/manipulate data in HTML/CSS & SVG | |
API Ref: https://github.com/mbostock/d3/wiki/API-Reference | |
D3 Plus - D3 Extension plugin | |
https://github.com/alexandersimoes/d3plus | |
Fabric - HTML5 Canvas library | |
http://fabricjs.com/ |