This package has been deprecated

Author message:

Implementation moved to plugin libraries. See https://github.com/DeepElement/winjsrocks

winjsrocks-extras

0.6.0 • Public • Published

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

Package Sidebar

Install

npm i winjsrocks-extras

Weekly Downloads

20

Version

0.6.0

License

MIT

Last publish

Collaborators

  • toddpi314