uqlibrary-starter-kit is a sample element showing how uqlibrary elements should be structured.
Example of full documentation can be found at GitHub Pages.
Install Node.JS and run the following oneliner in the project directory:
npm install -g bower && bower install
- Please adhere to the Polymer code style guide provided at Style Guide.
- Colors and common styles are imported (bower install) from uqlibrary-styles.
- GitHub pages should be updated after every commit to Master by running the "generate-gh-pages.sh" in the /bin/ directory
Tests are run using the Web Component Tester. Either navigate to /tests/index.html in a browser or using the command line:
wct --local all