uqlibrary-search is a search form for UQ Library
Documentation is in GitHub Pages.
Install Node.JS and run the following in the project directory:
npm install -g bower web-component-tester polymer-cli
npm install
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.
- A preview of the component can be viewed locally by running
npm start
. Use the second URL from the command output. - GitHub pages should be updated after every commit to
polymer1.0
branch by runningbin/generate-gh-pages.sh
Tests are run using the Web Component Tester
npm test
This component is called by:
- uqlibrary-reusable-components (a build of production branch will update a drupal page)
- uqlibrary-mylibrary (includes Library Search on the main mylibrary page)
- uqlibrary-pages (includes Library Search on the Library Home Page)
These will need to be rebuilt in codeship to push this change live.