Library of web components, includes framework bindings.
To start building a new AnywhereUI web component using Stencil, clone this repo to a new directory:
git clone https://github.com/gjovanovicst/anywhere-ui.git
cd anywhere-ui
and run:
cd packages/core
npm install
npm start
To build the component for production, run:
npm run build
To run the unit tests for the components, run:
npm test