3564a9d360
* Update README.md fix #1 * Update README.md |
||
---|---|---|
public | ||
src | ||
.gitignore | ||
index.html | ||
LICENSE | ||
netlify.toml | ||
package.json | ||
pnpm-lock.yaml | ||
postcss.config.js | ||
README.md | ||
tailwind.config.js | ||
tsconfig.json | ||
vite.config.js |
Vitesse
Opinionated Vite Starter Template
Mocking up web app with ⚡️vitesse
Pre-packed
UI Frameworks
- Tailwind CSS
- tailwindcss-dark-mode
- Iconify - use icons from your favorite sets. 🔍Icônes
Router
- Vue Router
- Voie - file based routing
Utils
Misc
- Use Composition API with
<script setup>
SFC
Dev tools
Use It!
git clone https://github.com/antfu/vitesse && cd vitesse && 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.