No Description

zhuf 6160ea85d9 ~ 1 year ago
.github 5b394af2b6 ~ 1 year ago
.vscode 5b394af2b6 ~ 1 year ago
public 5b394af2b6 ~ 1 year ago
src 6160ea85d9 ~ 1 year ago
test 5b394af2b6 ~ 1 year ago
.editorconfig 5b394af2b6 ~ 1 year ago
.gitignore 5b394af2b6 ~ 1 year ago
.npmrc 5b394af2b6 ~ 1 year ago
LICENSE 5b394af2b6 ~ 1 year ago
README.md 5b394af2b6 ~ 1 year ago
README.zh-CN.md 5b394af2b6 ~ 1 year ago
auto-imports.d.ts 6160ea85d9 ~ 1 year ago
components.d.ts 6160ea85d9 ~ 1 year ago
eslint.config.js 5b394af2b6 ~ 1 year ago
index.html 5b394af2b6 ~ 1 year ago
netlify.toml 5b394af2b6 ~ 1 year ago
package.json 6160ea85d9 ~ 1 year ago
pnpm-lock.yaml 6160ea85d9 ~ 1 year ago
shims.d.ts 5b394af2b6 ~ 1 year ago
tsconfig.json 5b394af2b6 ~ 1 year ago
typed-router.d.ts 5b394af2b6 ~ 1 year ago
uno.config.ts 5b394af2b6 ~ 1 year ago
vite.config.ts 5b394af2b6 ~ 1 year ago

README.md

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/vitesse-lite my-vitesse-app
cd my-vitesse-app
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm