Skip to content

timplourde/mv-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MV-CRUD

Enterprisey example apps using MV* / SPA frameworks.

lumberg

It's similar to TodoMVC but with more stuff you might encounter in a business application such as:

  • Data grid with column sorting
  • Data grid search with "no matching data" / empty results UI
  • Select / drop-down menus
  • Complex input validation & sanitization
  • Integration with jQuery plugins (jQuery-UI Date Picker)
  • Modal dialogs
  • Navigate away warnings when you have unsaved changes
  • Prevent double-form submission
  • Componentized for re-use
  • A pie chart!

Examples

Angular (angularjs.org)

examples/angular/app/index.html

Durandal (durandaljs.com)

examples/durandal/app/index.html

Usage

Run a local web server (try http-server if you don't have one) and open index.html

About

Enterprisey example apps using JavaScript MV* / SPA frameworks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages