feat: add vue3 vitesse starters by antfu
moHaHa opened this issue ยท 2 comments
1. Vitesse starter
Features
-
๐ File based routing
-
๐ Layout system
-
๐ฒ PWA
-
๐จ UnoCSS - the instant on-demand atomic CSS engine
-
๐ I18n ready
-
๐ Component Preview
-
๐ Markdown Support
-
๐ฅ Use the new
<script setup>
syntax -
๐ฅ APIs auto importing - use Composition API and others directly
-
๐จ Static-site generation (SSG) via vite-ssg
-
๐ฆ Critical CSS via critters
-
๐ค Webfont self-hosting
-
๐ฆพ TypeScript, of course
-
โ๏ธ Unit Testing with Vitest, E2E Testing with Cypress on GitHub Actions
2. Vitesse lite
Features
-
๐ File based routing
-
๐จ UnoCSS - The instant on-demand atomic CSS engine.
-
๐ Use icons from any icon sets in Pure CSS
-
๐ฅ Use the new
<script setup>
style -
โ Use Vitest for unit and components testing
-
๐ฆพ TypeScript, of course
-
โ๏ธ Deploy on Netlify, zero-config
- antfu/vitesse 7.3Kโญ
- antfu/vitesse-lite
Thanks