0.6.0 • Published 10 years ago

winjsrocks-extras v0.6.0

Weekly downloads
5
License
MIT
Repository
github
Last release
10 years ago

#WinJSRocks-Extras

Contains helpful tools for use with the WinJSRocks MVVM library.

TL;TR - Bootstrap Everything!

var WinJSRocks = require('winjsrocks');
var WinJSRocksExtras = require('winjsrocks-extras');
var app = new WinJSRocks.Application();
app.builder.registerProvider("localStorage", WinJSRocksExtras.Provider.IndexDBStorage);
app.configure({
    plugins:[
      new WinJSRocksExtras.Plugin.PlatformFeature(app)
    ]
  },
  function(err){
    // App is ready to have 'load' called!
  });

Plugins

  • Plugin.PlatformFeature - Uses the platform package to append device/platform data attributes to the document header`

Providers

  • Provider.IndexDBStorage - IndexDB implementation of the WinJSRocks localStorage provider
0.6.0

10 years ago

0.5.13

10 years ago

0.5.11

10 years ago

0.5.12

10 years ago

0.5.9

10 years ago

0.5.8

10 years ago

0.5.7

10 years ago

0.5.6

10 years ago

0.5.5

10 years ago

0.5.4

10 years ago

0.5.3

10 years ago

0.5.2

10 years ago

0.5.1

10 years ago

0.5.0

10 years ago

0.3.8

10 years ago

0.3.7

10 years ago

0.3.6

10 years ago

0.3.5

10 years ago

0.3.4

10 years ago

0.3.3

10 years ago

0.3.2

10 years ago

0.3.1

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago