--- name: app-development description: Anthony Fu's preferences for building web applications with Vue, Vite/Nuxt, and UnoCSS --- # App Development Preferences Preferences for building web applications. ## Stack Overview | Aspect | Choice | |--------|--------| | Framework | Vue 3 (Composition API) | | Build Tool | Vite (SPA) or Nuxt (SSR/SSG) | | Styling | UnoCSS | | Utilities | VueUse | --- ## Framework Selection | Use Case | Choice | |----------|--------| | SPA, client-only, library playgrounds | Vite + Vue | | SSR, SSG, SEO-critical, file-based routing, API routes | Nuxt | --- ## Vue Conventions | Convention | Preference | |------------|------------| | Script syntax | Always ` ```