Go to file
zzs01@yunemao.com cbb14e0916
Some checks failed
Test / build (lts/*, ubuntu-latest) (push) Has been cancelled
Test / build (lts/*, windows-latest) (push) Has been cancelled
config
2024-09-12 16:45:22 +08:00
.github Initial commit 2024-09-12 16:20:13 +08:00
.vscode Initial commit 2024-09-12 16:20:13 +08:00
public Initial commit 2024-09-12 16:20:13 +08:00
src config 2024-09-12 16:45:22 +08:00
.editorconfig Initial commit 2024-09-12 16:20:13 +08:00
.gitignore Initial commit 2024-09-12 16:20:13 +08:00
.npmrc Initial commit 2024-09-12 16:20:13 +08:00
auto-imports.d.ts Initial commit 2024-09-12 16:20:13 +08:00
components.d.ts Initial commit 2024-09-12 16:20:13 +08:00
eslint.config.js Initial commit 2024-09-12 16:20:13 +08:00
index.html Initial commit 2024-09-12 16:20:13 +08:00
LICENSE Initial commit 2024-09-12 16:20:13 +08:00
netlify.toml Initial commit 2024-09-12 16:20:13 +08:00
package.json Initial commit 2024-09-12 16:20:13 +08:00
pnpm-lock.yaml Initial commit 2024-09-12 16:20:13 +08:00
README.md Initial commit 2024-09-12 16:20:13 +08:00
README.zh-CN.md Initial commit 2024-09-12 16:20:13 +08:00
shims.d.ts Initial commit 2024-09-12 16:20:13 +08:00
tsconfig.json Initial commit 2024-09-12 16:20:13 +08:00
typed-router.d.ts config 2024-09-12 16:45:22 +08:00
uno.config.ts config 2024-09-12 16:45:22 +08:00
vite.config.ts config 2024-09-12 16:45:22 +08:00

Vitesse - Opinionated Vite Starter Template

Live Demo
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