Skip to content

duongphuhiep/Svelte-Typescript-TailwindCss-Vite-template

Repository files navigation

Source: https://github.com/omnisyle/vite-svelte-ts-tailwind

Svelte + Typescript + TailwindCSS + Vite

If you have state that's important to retain within a component, consider creating an external store which would not be replaced by HMR.

// store.ts
import { writable } from 'svelte/store'
export default writable(0)

About

Svelte, Typescript, TailwindCss, Vite template project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published