@simplero/svelte-font-select
v0.1.12
Published
Install the dependencies...
Downloads
28
Readme
Get started
Install the dependencies...
yarn install
Working on this app
(There's a Svelte for VS Code extension which you might find helpful).
Start dev server by running
yarn dev
This should open up demo/simple.html. Any changes you make should be automatically reflected on this page.
Using on the main Simplero product:
Once you're done developing, you can just publish the package using yarn publish
to npm.
Make sure you are logged in using a user that has access to the @simplero organization on npm using npm login
.
You can either use the owaissimplero
account in 1Password, or add your npmjs.com user to the simplero organization using the owaissimplero
account in 1Password.
Once you've published a new version, simply go to the main simplero app's package.json
and update the version there and run yarn install
on the main simplero app, and that's it.