• Stars
    star
    115
  • Rank 305,916 (Top 7 %)
  • Language
  • Created about 9 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Bower and NPM distribution repository for Onsen UI

OnsenUI-dist

Bower and NPM distribution repository for Onsen UI.

Download Onsen UI

Using bower:

$ bower install onsenui

Using npm:

$ npm install onsenui

How to tag a new release

These releases are generated by dist-release.sh script. Once the files are modified and ready to be relased simply run the script from OnsenUI directory:

./dist-release.sh [no-build]

Add no-build option to skip gulp build OnsenUI in case it's already built. This script will install required dependencies, build css-components + OnsenUI and upload a new tag to OnsenUI-dist repository using the version listed in package.json.