0.5.0 • Published 9 months ago
vermeer-ui v0.5.0
Vermeer (for Svelte 4)
Developing
Install dependencies with pnpm install
(or npm install
or yarn
), start a development storybook server:
pnpm storybook
Everything inside src/lib
is part of the library. Every story is inside src/stories
.
Building
To build your library (output should be inside dist
):
pnpm package
To create a production version of the storybook app (output should be inside storybook-static
):
pnpm build-storybook
Publishing
Go into the package.json
and give your package the desired name through the "name"
option. Also consider adding a "license"
field and point it to a LICENSE
file which you can create from a template (one popular option is the MIT license).
To publish your library to npm:
npm publish
0.5.0
9 months ago