Vue 3 + Typescript + Vite
Vue 3 starter with typescript and vite for static site generation.
Demo
Features
- ⚡️ Vue 3 SSG with yarn
- ? Tailwind CSS
- ? Headless UI
- ? File Based Routing
- ? Layout System
- ? Pinia State Management
- ? Auto import APIs
- ? Auto import Components
- ?️ Axios included
Try it now!
Github Template
Create repo from this template
Clone to local
npx degit hasan-almujtaba/vue3-ssg-starter my-app
cd my-app
yarn
Usage
Development
Start local environment
yarn dev
Build
To build the App, run
yarn build
See Vite SSG Initial State for configuring initial state
Deploy to Vercel
Go to Vercel and select your clone, OK along the way, and your App will be live in a minute.