Skip to content

MiserableDonkey/boilerplate-mv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boilerplate - MV

Minimalistic client-side Model/View boilerplate using Handlebars templates, jQuery AJAX and selector engine, Underscore utilities. For situations where an MV pattern is useful/necessary but an existing framework or technique can not be used.

Before choosing to use this boilerplate consider these options:

Use Boilerplate MV

Overview

Use Model/Collection, View, and Router base classes to configure client-side MV framework for interactive components and applications. This is not a replacement for existing popular framework, rather it is a limited-dependency standalone solution that is portable to other frameworks. The class system, naming conventions, and methods share similarities with popular libraries/frameworks/utilities.

Requirements:

Model

Application.Base.Model

Collection

Application.Base.Collection

View

Application.Base.View

Router

Application.Base.Router

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published