0.8.5 • Published 18 days ago

jdg-ui-svelte v0.8.5

Weekly downloads
-
License
MIT
Repository
-
Last release
18 days ago

JDG SVELTE UI

Svelte components for the family of JDG UI elements.

Developing

First time install

yarn install

Run the dev package

Use this when changes are in progress and realtime updates are required.

This doesn't build the package, but just runs it for local debugging.

yarn run dev

NOTE: When testing, you may notice that styles flash when the page initially loads. This can be ignored as it shouldn't happen when the final website host is compiled.

Building

Build and preview the final package

Use this when changes are not in progress, and the package should be actually built for final testing.

First, build the jdg-ui-svelte package locally:

yarn build

Then host the package (and demo site) locally for viewing:

yarn preview

NOTE: When testing, you may notice that styles flash when the page initially loads. This can be ignored as it shouldn't happen when the final website host is compiled.

NOTE: If changes are made after building, cancel the preview server, and run yarn build and yarn preview again to ensure the latest version of the package is built. This also helps ensure any linked websites use the latest local package.

Testing

It's a good idea to test the locally-built package in a locally-built website before publishing, to make sure everything is working.

First, create a link in the jdg-ui-svelte repo:

yarn link

Then, switch to the repo where you want to use jdg-ui-svelte, and run:

yarn link jdg-ui-svelte

In the host app, if you want to use the official package (not the linked one), be sure to un-link:

yarn unlink jdg-ui-svelte

Publishing

First, update the version in package.json by incrementing whichever field makes sense given the current changes.

Then:

yarn publish

Usage

If the host app doesn't already have jdg-ui-svelte installed:

yarn add jdg-ui-svelte@latest
0.8.5

18 days ago

0.8.4

19 days ago

0.8.3

21 days ago

0.8.2

22 days ago

0.8.1

26 days ago

0.7.10

27 days ago

0.7.9

27 days ago

0.8.0

27 days ago

0.7.8

1 month ago

0.7.6

1 month ago

0.7.5

1 month ago

0.7.7

1 month ago

0.7.4

1 month ago

0.7.3

1 month ago

0.7.2

1 month ago

0.7.1

1 month ago

0.7.0

1 month ago

0.6.0

1 month ago

0.5.6

1 month ago

0.5.4

2 months ago

0.5.3

2 months ago

0.5.5

2 months ago

0.5.2

2 months ago

0.5.1

2 months ago

0.5.0

2 months ago

0.4.0

2 months ago

0.3.4

2 months ago

0.3.3

2 months ago

0.3.2

2 months ago

0.3.1

2 months ago

0.3.0

2 months ago

0.2.1

2 months ago

0.2.2

2 months ago

0.2.0

2 months ago

0.1.2

3 months ago

0.1.1

3 months ago

0.1.0

3 months ago

0.0.9

3 months ago

0.0.8

3 months ago

0.0.7

3 months ago

0.0.6

3 months ago

0.0.5

4 months ago

0.0.3

4 months ago

0.0.4

4 months ago

0.0.2

4 months ago

0.0.1

4 months ago