The Wayback Machine - http://web.archive.org/web/20201031022856/https://github.com/sveltekit/ui
Skip to content
This repository has been archived by the owner. It is now read-only.
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Dec 5, 2019
Nov 4, 2019
Nov 4, 2019
Nov 17, 2019
Nov 6, 2019
Nov 4, 2019
Jan 30, 2020
Nov 7, 2019
Jan 30, 2020

README.md

Not in active dev anymore - plenty of other UI libs out there...

Sveltekit - Powerful, reliable & fully featured Svelte UI library

Getting started

$  npm install @sveltekit/ui

Note: Install as a dev dependency npm i @sveltekit/ui -D if using Sapper to avoid SSR errors.

Dev

Dependencies

Setup

$  yarn

To work locally on the components you'll need to yarn link the project to itself

$  yarn link
$  yarn link @sveltekit/ui
$  yarn dev

Tests

Run tests (make sure you also have yarn dev running in another console)

$  yarn test:browser

Releases

Once all changes/PRs required for release have been merge to develop then create a PR for develop to be merged into master.

Complete the PR, which will merge all develop changes into master.

Checkout master and pull down from origin to retrieve latest changes.

Update CHANGELOG and commit change (don't push).

Run npm version <update_type> https://docs.npmjs.com/about-semantic-versioning Then npm publish

Finally, checkout develop and merge in changes from master ie. git merge master

About

Powerful, reliable & fully featured Svelte UI library

Topics

Resources

License

Releases

No releases published
You can’t perform that action at this time.