tourlou
v0.0.262
Published
`Tourlou` is component library created with Svelte kit
Downloads
37
Readme
Create Sveltekit compoment library
Tourlou is component library created with Svelte kit
About this Guide
This guide is based on rodneylab.com;
Install
npm i -D tourlouDeveloping
Create the components in the lib folder
Building
After component creation, build the package with:
npx svelte-kit packagePublish
Publish the library either locally:
"name-of-your-library": "file:../../name-of-your-library/package"Terminal Steps to publish
▶ npx svelte-kit package
npm publish --access public ./packageor publish with npm:
npm whoami
npm login
npm publish --access public ./package