1.0.0 • Published 9 years ago

bosonic-core-elements v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

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 dev

In 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 bosonic

Run tests

Tests are written for web-component-tester, you'll need to install it globally to run tests:

wct