Nessuna descrizione

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

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