https://github.com/txchen/feplay
Frontend Play
https://github.com/txchen/feplay
Last synced: over 1 year ago
JSON representation
Frontend Play
- Host: GitHub
- URL: https://github.com/txchen/feplay
- Owner: txchen
- License: mit
- Created: 2015-02-04T03:09:46.000Z (over 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2016-10-09T01:09:48.000Z (over 9 years ago)
- Last Synced: 2025-01-15T06:47:41.468Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 1.61 MB
- Stars: 219
- Watchers: 9
- Forks: 41
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Frontend Play
This repository contains small examples I made during my javascript frameworks/libraries learning.
### Examples list:
* riot_flux - use riotjs and riotcontrol to implement flux
* riot_todo - implement todomvc using riotjs
* riot_vue - implement vuejs' examples using riotjs
* riot_babel - use babel and riotjs to build web app
* riot_webpack - use webpack, ES6, riot and riotcontrol to build app
* riot_webpack_async - use webpack, ES7, riot and riotcontrol to build app
* s_login - pure js with google account login
* vue_webpack - use vue, vuex, vue-router, ES6 to build app