sveltekit-package-template
sveltekit-starter
sveltekit-package-template | sveltekit-starter | |
---|---|---|
2 | 5 | |
27 | 616 | |
- | 0.8% | |
0.0 | 0.0 | |
almost 3 years ago | about 2 months ago | |
Svelte | Svelte | |
- | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
sveltekit-package-template
-
Should you compile components before publishing them?
Anyways, I also made a component template that utilizes SvelteKit packaging if you're interested. https://github.com/tropix126/sveltekit-package-template
-
Anyone have complete documentation on creating an npm package with SvelteKit?
SvelteKit packaging docs has some useful information. I also made this package template for use in some of my projects, but it also has some very useful documentation in the readme if you're looking for a place to start - https://github.com/tropix126/sveltekit-package-template
sveltekit-starter
-
Svelte/Vite integration with Storybook/Tailwind?
I had this on my starred repos, I hope you find it useful!
-
Load data from an API on localhost - then deliver from SvelteKit server to client
For Endpoints, I'd recommend checking out this example for a good idea on how they're used. If you're gonna be transforming the external API data, you can do it in the Endpoint. Speed really hasn't been a concern for me, even deployed on Cloudflare Workers. Here's one of my endpoints, for an example of how I use and abuse endpoints lmfaoo.
-
Design systems with Storybook - seeking suggestions
I saw that but it's not really designed for component libraries. It's also SSR. I'm looking to do client side rendering. Really good template though. Will probably take inspiration from it when moving past components.
- Good Sveltekit template
What are some alternatives?
primitives - Radix Primitives is an open-source UI component library for building high-quality, accessible design systems and web apps. Maintained by @workos.
cookiecutter-sveltekit-fastapi - A cookiecutter template for creating a custom Web app that combines SvelteKit and FastAPI
RazorSvelte - Template project for the .NET Razor Pages with Svelte Framework, Bootstrap, and Rollup
sveltekit-seo - Demo site for SvelteKit SEO showing how to set up meta tags in a SvelteKit blog site.
svelte-headlessui - Unofficial Svelte port of the Headless UI component library
svelte-tw-pagination - Svelte + tailwindcss pagination component
component-template - A base for building shareable Svelte components
sveltekit-prisma - A sample repository to show how SvelteKit and Prisma work together.
svelte-calendar - A lightweight datepicker with neat animations and a unique UX.
sveltekit-instagram-infinite-scroll - SvelteKit infinite scroll: see how you can use Svelte stores and a reactive function to implement an infinite scrolling Instagram feed.
svelte-material-ui - Svelte Material UI Components
sveltekit-s3-compatible-storage - SvelteKit S3 compatible storage: how you can upload files to your cloud storage provider from your Svelte app using presigned URLs.