svelte-ui Svelte Themes

Svelte Ui

The building blocks for davidnet's advanced UI.

svelte-ui Logo

The building blocks for davidnet's advanced UI.

Design · GitHub · NPM · Davidnet

View the docs at Design.



[!IMPORTANT] The design website is the location for assets! View at Static Repo

[!CAUTION] svelte-ui is in BETA and iterating fast. Please use exact version numbers to avoid breaking changes.

Local Testing

Prepare svelte-ui

npm install

For each iteration do

npm run update

Linking the local version

In svelte-ui do.

npm link

Then do in the other project.

npm link @davidnet/svelte-ui
npm install

Unlinking the local version

Do in svelte-ui

npm unlink

Do in the other project

npm unlink @davidnet/svelte-ui
npm install

To release

Patch

npm run release-patch

Minor

npm run release-minor

Major

npm run release-major

Legacy

Without pushing & versioning

npm run release-legacy

Release schedule that is planned after beta.

MAJOR.MINOR.PATCH

Version Type Changes
PATCH Bug fixes only
MINOR Added features
MAJOR Breaking changes
Add an ^ in your version in package.json to allow PATCHES and MINORS.



Top categories

Loading Svelte Themes