@max-ts/svelte
v1.10.11
Published
Svelte component library.
Readme
svelte-components-starter
A starter for creating a Svelte component library.
Development
- Install dependencies:
npm install- Run the unit tests:
npm run test- Build the library:
npm run build- Run the playground for development:
npm run play- Type checking:
npm run typecheck