https://github.com/chrisvfritz/view-framework-demos
https://github.com/chrisvfritz/view-framework-demos
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chrisvfritz/view-framework-demos
- Owner: chrisvfritz
- Created: 2016-02-22T00:32:19.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-03T00:08:53.000Z (over 8 years ago)
- Last Synced: 2025-01-07T08:34:06.437Z (3 months ago)
- Language: HTML
- Size: 5.86 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# View framework demos
Super simple single-file (as in `index.html`) todo apps to judge the ease of getting start with various view libraries. That means:
- Just ES5 JavaScript (no Babel or other transpile-to-JS languages)
- no Webpack or other build toolsI tried to also include Angular 2, but it didn't seem to scale down far enough. If I missed something, please do submit a pull request.