Skip to content
This repository has been archived by the owner on Jun 5, 2019. It is now read-only.

Helpful tools/plugins for use with the WinJSRocks MVVM library.

License

Notifications You must be signed in to change notification settings

DeepElement/winjsrocks-extras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

About

Helpful tools/plugins for use with the WinJSRocks MVVM library.

Resources

License

Stars

Watchers

Forks

Packages

No packages published