1.0.0 • Published 10 years ago
bosonic-core-elements v1.0.0
Bosonic core elements
Description
This repository hosts Bosonic core elements, a collection of basic UI atoms like tabs, dropdowns, collapsible, etc.
Develop
Important: all PRs must be made against dev branch.
cd core-elements
git checkout dev
npm install
grunt devIn order to work with the latest version of Bosonic's runtime, you should clone bosonic's repo too, checkout its dev branch, and npm link it:
cd ../bosonic
git checkout dev
npm install
npm link
cd ../core-elements
npm link bosonicRun tests
Tests are written for web-component-tester, you'll need to install it globally to run tests:
wct1.0.0
10 years ago