Skip to content
Ivan S Glazunov edited this page Jan 22, 2015 · 1 revision

OSWS Templates

version: 0.1.0

Why?

  • Only JavaScript is required!
  • Reconfigurable at any time.
  • Allows you to work with asynchronous data.
  • Reusing elements` structures.
  • Inheritance simplicity.

How?

Install

npm install osws-templates
CommonJS on Node.js
var Templates = require('osws-templates');
AMD on Require.js

You must declare 'lodash' and 'async' in configuration of Require.js.

define(['osws-templates'], function(Templates) {});

What?

Concepts

Prototypes

Implementations

Clone this wiki locally