Skip to content

antfu-collective/vitesse-lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 5, 2025
e099fc6 · Mar 5, 2025
Feb 18, 2025
Nov 2, 2023
Mar 24, 2022
Mar 5, 2025
Dec 5, 2023
Sep 4, 2022
Sep 25, 2021
Jun 29, 2022
Feb 7, 2022
Aug 3, 2024
Aug 3, 2024
Mar 5, 2025
Mar 5, 2025
Dec 4, 2023
Aug 15, 2024
Feb 18, 2025
Mar 5, 2025
Mar 5, 2025
Sep 19, 2023
Dec 24, 2024
Aug 3, 2024
Mar 5, 2025
Sep 7, 2024

Repository files navigation

Vitesse - Opinionated Vite Starter Template

Lightweight version of Vitesse

English | 简体中文

Features


See Vitesse for full featureset.

Dropped Features from Vitesse

  • i18n
  • Layouts
  • SSG
  • PWA
  • Markdown

Pre-packed

UI Frameworks

  • UnoCSS - The instant on-demand atomic CSS engine.

Icons

Plugins

Try it now!

GitHub Template

Create a repo from this template on GitHub.

Clone to local

If you prefer to do it manually with the cleaner git history

npx degit antfu-collective/vitesse-lite my-vitesse-app
cd my-vitesse-app
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm