0.0.3 • Published 4 years ago

@npmat/stencil-components v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Stencil Custom Components

This project is based on the repository stencil-component-starter. It contains some custom components:

  • slider

Installation

git clone https://github.com/gitmathub/stencil-component.git
cd stencil-component
git remote rm origin

and run:

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