Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dstreet/webcomponent
https://github.com/dstreet/webcomponent
Last synced: about 8 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/dstreet/webcomponent
- Owner: dstreet
- Created: 2012-10-24T21:17:23.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-24T21:18:10.000Z (about 12 years ago)
- Last Synced: 2024-04-18T13:09:15.778Z (9 months ago)
- Language: JavaScript
- Size: 211 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
webComponent
============This is an experimental JavaScript module that will load a fully modular web component. A web component will consist of a main JavaScript file and any supporting HTML and CSS fragments to provide the UI of the component.
The webComponent module will look for a *package.json* file which will describe where the HTML and CSS files are located.
webComponent is an extremely curde proof of concept of the larger picture for which [fragmentz](https://github.com/coltrane/fragmentz) aims to achieve.
## Dependencies
- [RequreJS](http://requirejs.org/)
- [q promise library](https://github.com/kriskowal/q)
- [fragmentz](https://github.com/coltrane/fragmentz)## Where I would like to take this
- Allow for templating (such as Handlebars) within the HTML fragments
- Better package.json format