arch-nuxt-lite (Vitesse Lite) is the lightweight Vite + Vue 3 SPA starter: file-based routing via unplugin-vue-router, components and composables auto-import, UnoCSS, VueUse, and Vitest. No SSR, i18n, layouts, SSG, PWA, or Markdown. Prefer it for simple client-only apps; use arch-nuxt or Nuxt for SSR. The skill is based on vitesse-lite (arch-nuxt-lite source), generated at 2026-01-30. Recommended practices: - Prefer Vite + unplugin-vue-router for file-based routing; keep routes in - Use alias for in imports - Use VueUse (useDark, useToggle, useCounter, etc.) and composables in ; all auto-impo…