This repository is used to distribute the WinJS package on bower
. The contents of this repository are automatically generated from the main WinJS repo. Please file issues and pull requests against that repo.
Install using bower
bower install winjs
Reference WinJS from your HTML:
<link href="/bower_components/winjs/css/ui-light.css" rel="stylesheet" />
<script src="/bower_components/winjs/js/base.js"></script>
<script src="/bower_components/winjs/js/ui.js"></script>