Kickstart your web app development with this Vue 3 Starter Project
My own version of Vitesse
- ⚡️ Vue 3 and Vite for fast development
- 🗂 File-based routing
- 📦 Components auto-importing
- 📑 Layout system
- 🗒 Markdown support
- 🔥
<script setup>
syntax - 🖨 Static-site generation (SSG) via vite-ssg
- 🦾 TypeScript support
- Node.js (v14 or higher)
- npm or yarn
Clone the repository and install dependencies:
npm install
# or
yarn install
# vue-ssg-starter