Inspired by vitesse-ssr-template and Vite Example
- ⚡️ Vue 3, Vite 2, pnpm
- 📦 Components auto importing
- 📲 PWA
- 🖨 Server-side rendering (SSR) in Node.js based on Vite Example
- 🦾 TypeScript, of course
- Vue Router
vite-plugin-components
- components auto importvite-plugin-pwa
- PWA- VueUse - collection of useful composition APIs
@vueuse/head
- manipulate document head reactively
- Use Composition API
- ESLint. Single quotes, no semi.
Just run and visit http://localhost:3000
pnpm mobile:dev # SSR development
To build the App, run
pnpm build
And you will see the generated files in dist