How To Make and Publish a Svelte Library - Weekly Svelte

1. npm init svelte@next project-name 2. cd project-name 3. Create component 4. npx svelte-kit package 5. cd package 6. Login to npm / create an account 7. npm publish --access public Become a Level Up Pro and take your web skills to the next level! Svelte for Beginners The best web development podcast out there Syntax with Wes Bos and Scott Tolinski
Back to Top