Go to file
2020-08-10 02:43:04 +08:00
public chore: init 2020-08-10 02:43:04 +08:00
src chore: init 2020-08-10 02:43:04 +08:00
.gitignore chore: init 2020-08-10 02:43:04 +08:00
index.html chore: init 2020-08-10 02:43:04 +08:00
LICENSE chore: init 2020-08-10 02:43:04 +08:00
netlify.toml chore: init 2020-08-10 02:43:04 +08:00
package.json chore: init 2020-08-10 02:43:04 +08:00
pnpm-lock.yaml chore: init 2020-08-10 02:43:04 +08:00
postcss.config.js chore: init 2020-08-10 02:43:04 +08:00
README.md chore: init 2020-08-10 02:43:04 +08:00
tailwind.config.js chore: init 2020-08-10 02:43:04 +08:00
tsconfig.json chore: init 2020-08-10 02:43:04 +08:00
vite.config.js chore: init 2020-08-10 02:43:04 +08:00

Vitesse

Opinionated Vite Starter Template

Mocking up web app with vitesse


Live Example


Pre-packed

UI Frameworks

Router

Utils

Misc

Dev tools

Use It!

git clone https://github.com/antfu/vite-starter && cd vite-starter && rm -rf .git && git init && pnpm i

Why

I have created several Vite apps recently. Setting the configs up is kinda the bottleneck for me to make the idea simply comes true in very a short time. So I made this starter template for myself to create apps more easily, along with some good practices that I have learned during making those apps. It's strongly opinionated, but feel free to tweak it or even maintains your own forks.