DeuxHuitHuit / framework.js-modules

Collections of modules we frequently use with our framework, https://github.com/DeuxHuitHuit/framework.js
https://deuxhuithuit.github.io/
Other
3 stars 8 forks source link
javascript

framework.js: Modules

Built with Grunt Build Status Build Status David DM Greenkeeper badge Maintainability Average time to resolve an issue Percentage of issues still open Known Vulnerabilities

Works with the latest version of Deux Huit Huit's framework.

Collections of files we frequently use with our framework.

Files are separated into groups:

Modules

Modules are singletons across the framework

Components

Components are modules that are created and reference by the page or other components.

Pages

Pages represent a page model associated with one or more routes.

Transitions

Transitions represent the way things are animated when changing from a page to another.

Functions

Functions (fx) are globally accessible and throw an error when called but not registered.

Utils

Utils are some jQuery plugins/facilitator that won't fit elsewhere.

See https://github.com/DeuxHuitHuit/framework.js