mirror of
https://github.com/sorrycc/awesome-javascript.git
synced 2026-01-24 04:08:01 -08:00
add mvc frameworks
This commit is contained in:
14
README.md
14
README.md
@@ -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.*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user