It is a simple starter with web components and svelte, powered by svelteup.
web component + svelte + esbuild = svelteup
client rendering + light weight + extremly fast = svelteup
npx degit brandonxiang/svelteup-starter
# install dependencies and startup local server
pnpm i
pnpm dev
All logic is writtened in components. Your can create your component to Dir Components and add it into index.js
.
MIT @brandonxiang