@wezz/stencilcomponentlibrary
v0.0.8
Published
A stencil component library with storybook
Downloads
1
Readme
Stencil Storybook Component Library
Installation
- Copy the repo
- Run
npm install
in this directory
Start dev server
Run npm install
.
This will start stencil hot module reloading and open up storybook on http://localhost:6006/
Publishing a new version
- Modify the version number in package.json
- Push to master