add mvc frameworks

This commit is contained in:
chencheng 2014-07-13 09:12:17 +08:00
parent b76f2d1f4f
commit cd668a3322
1 changed files with 13 additions and 1 deletions

View File

@ -6,7 +6,7 @@ A curated list of amazingly awesome browser-side JavaScript libraries, resources
* [Package Managers](#package-managers)
* [Loaders](#loaders)
* [Testing Frameworks](#testing-frameworks)
* MVC Frameworks
* [MVC Frameworks](#mvc-frameworks)
* [Templating Engines](#templating-engines)
* [Data Visualization](#data-visualization)
* [Editors](#editors)
@ -76,6 +76,18 @@ A curated list of amazingly awesome browser-side JavaScript libraries, resources
* [jest](http://github.com/facebook/jest) - Painless Javascript Unit Testing.
## MVC Frameworks
* [angular.js](https://github.com/angular/angular.js) - HTML enhanced for web apps.
* [backbone](https://github.com/jashkenas/backbone) - Give your JS App some Backbone with Models, Views, Collections, and Events.
* [ember.js](https://github.com/emberjs/ember.js) - A JavaScript framework for creating ambitious web applications.
* [ractive](https://github.com/ractivejs/ractive) - Next-generation DOM manipulation.
* [vue](https://github.com/yyx990803/vue) - Intuitive, fast & composable MVVM for building interactive interfaces.
* [knockout](https://github.com/knockout/knockout) - Knockout makes it easier to create rich, responsive UIs with JavaScript.
* [spine](https://github.com/spine/spine) - Lightweight MVC library for building JavaScript applications.
* [canjs](https://github.com/bitovi/canjs) - Can do JS, better, faster, easier.
## Templating Engines
*Templating engines allow you to perform string interpolation.*