An open API service indexing awesome lists of open source software.

https://github.com/txchen/feplay

Frontend Play
https://github.com/txchen/feplay

Last synced: over 1 year ago
JSON representation

Frontend Play

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