0.5.0 • Published 12 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 storybookEverything 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 packageTo create a production version of the storybook app (output should be inside storybook-static):
pnpm build-storybookPublishing
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 publish0.5.0
12 months ago