/anywhere-ui-1

Rich web components, includes framework bindings.

Primary LanguageTypeScriptMIT LicenseMIT

AnywhereUI Web Components

Library of web components, includes framework bindings.

Getting Started

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