0.6.0 • Published 8 years ago

winjsrocks-extras v0.6.0

Weekly downloads
5
License
MIT
Repository
github
Last release
8 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

8 years ago

0.5.13

8 years ago

0.5.11

8 years ago

0.5.12

8 years ago

0.5.9

8 years ago

0.5.8

8 years ago

0.5.7

8 years ago

0.5.6

8 years ago

0.5.5

8 years ago

0.5.4

8 years ago

0.5.3

8 years ago

0.5.2

8 years ago

0.5.1

8 years ago

0.5.0

8 years ago

0.3.8

8 years ago

0.3.7

8 years ago

0.3.6

9 years ago

0.3.5

9 years ago

0.3.4

9 years ago

0.3.3

9 years ago

0.3.2

9 years ago

0.3.1

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago