All Projects → svelte-add → Svelte Adders

svelte-add / Svelte Adders

Licence: mit
A collection of composable commands to add functionality to Svelte

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Svelte Adders

Svelte Store Router
Store-based router for Svelte
Stars: ✭ 54 (-20.59%)
Mutual labels:  svelte
Svelte Feather Icons
Stars: ✭ 60 (-11.76%)
Mutual labels:  svelte
Shopathome
Choose from Angular, React, Svelte, and Vue applications with an Azure Functions API, that deploys to Azure Static Web Apps
Stars: ✭ 73 (+7.35%)
Mutual labels:  svelte
Svelte Input Mask
Input masking component for Svelte with simple API and rich customization
Stars: ✭ 56 (-17.65%)
Mutual labels:  svelte
Svelte Datatable
DataTable for Svelte with Materialize
Stars: ✭ 59 (-13.24%)
Mutual labels:  svelte
One Click Extensions Manager
a simple chrome extension to manage chrome extension
Stars: ✭ 61 (-10.29%)
Mutual labels:  svelte
Felt
customizable community tools that feel good 💚 work in progress
Stars: ✭ 48 (-29.41%)
Mutual labels:  svelte
Iconify Sketch
Sketch plug-in for importing over 70,000 icons from 80+ icon sets, including Material Design Icons, FontAwesome, Jam Icons, Open Emoji and many others.
Stars: ✭ 76 (+11.76%)
Mutual labels:  svelte
Elderjs
Elder.js is an opinionated static site generator and web framework for Svelte built with SEO in mind.
Stars: ✭ 1,102 (+1520.59%)
Mutual labels:  svelte
Thunderdome Planning Poker
⚡ Thunderdome is an open source agile planning poker tool in the theme of Battling for points
Stars: ✭ 70 (+2.94%)
Mutual labels:  svelte
Svelte Starter
A Svelte starter template for projects.
Stars: ✭ 57 (-16.18%)
Mutual labels:  svelte
Svelte Spa
.NET 5.0 Svelte v3 Rollup Bootstrap App
Stars: ✭ 59 (-13.24%)
Mutual labels:  svelte
Perfect Dark Mode
🌚🌝 Perfect Dark Mode
Stars: ✭ 70 (+2.94%)
Mutual labels:  svelte
Svelte Simple Datatables
A Datatable component for Svelte
Stars: ✭ 56 (-17.65%)
Mutual labels:  svelte
Pingcrm Svelte
🦊 Ping CRM Svelte - A demo app to illustrate how Inertia.js works with Laravel and Svelte (hosted on a heroku free dyno).
Stars: ✭ 74 (+8.82%)
Mutual labels:  svelte
Svelte Typescript Parcel
Svelte + Typescript + Parcel
Stars: ✭ 48 (-29.41%)
Mutual labels:  svelte
Svelte Jester
A Jest transformer for Svelte - compile your components before importing them into tests.
Stars: ✭ 59 (-13.24%)
Mutual labels:  svelte
Fastq.bio
An interactive web tool for quality control of DNA sequencing data
Stars: ✭ 76 (+11.76%)
Mutual labels:  svelte
Dainte
Painless testing for Svelte components
Stars: ✭ 76 (+11.76%)
Mutual labels:  svelte
Ui
Powerful, reliable & fully featured Svelte UI library
Stars: ✭ 71 (+4.41%)
Mutual labels:  svelte

➕ Svelte Adders

❓ What is this?

This is a community project of commands to add particular functionality to Svelte projects.

They are all composable, meaning that it should always be possible to run one after running any other command without something breaking (ideally). This should put an end to the boilerplate problem: too much or too little is included.

🧰 SvelteKit

SvelteKit is an alpha project now, but work is starting now so that there are good integrations for when it enters beta.

⚡️ Vite

Some Svelte Adders also work for Svelte projects using Vite without SvelteKit:

💡 Example

To migrate from sapper-firebase-typescript-graphql-tailwindcss-actions-template to SvelteKit, these commands can be run to recreate all the functionality:

# Use the official SvelteKit template
npm init [email protected]  # Say yes to TypeScript preprocessing and select plain CSS

npx svelte-add postcss
npx svelte-add tailwindcss

npx svelte-add graphql

npx svelte-add firebase-hosting
# Actually, there's a limitation for right now that server functions like a GraphQL server
# aren't supported by svelte-add/firebase-hosting, but that could be solved later!

So, to exclude a feature you weren't using that was still included in the boilerplate anyway, don't run its corresponding command. Suppose you only wanted PostCSS and to host on Firebase, then drop the tailwindcss and graphql additions.

🎁 Contributing

This is a community project! Here are some ways you can help:


Repository preview image generated with GitHub Social Preview

This README was generated with ❤️ by readme-md-generator

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].