Skip to content
Bassem AlSabbagh edited this page Feb 23, 2024 · 4 revisions

Welcome to the svelte-reactive-form wiki!

One way to publish to npm is by editing the package.json files then executing the commands:

npm login

then after logging in with an npm account that has write permissions:

npm publish --access public

Clone this wiki locally