Skip to content

Latest commit

 

History

History
47 lines (39 loc) · 1.4 KB

README.md

File metadata and controls

47 lines (39 loc) · 1.4 KB

svelte-components

A set of generically useful components and related use: actions for svelte.

<Components>

Italicized entries point to source only (no .md file).

use: Actions

Italicized entries point to source only (no .md file).

Developing

Installed dependencies with npm install, then start the development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Publishing to npm

npm run package
cd package
npm publish