联考脱机版,将合并到联考仓库中

bzkf3 d481fd401d init hace 2 años
.github d481fd401d init hace 2 años
.vscode d481fd401d init hace 2 años
public d481fd401d init hace 2 años
src d481fd401d init hace 2 años
test d481fd401d init hace 2 años
.editorconfig d481fd401d init hace 2 años
.gitignore d481fd401d init hace 2 años
.npmrc d481fd401d init hace 2 años
LICENSE d481fd401d init hace 2 años
README.md d481fd401d init hace 2 años
README.zh-CN.md d481fd401d init hace 2 años
auto-imports.d.ts d481fd401d init hace 2 años
components.d.ts d481fd401d init hace 2 años
index.html d481fd401d init hace 2 años
netlify.toml d481fd401d init hace 2 años
package.json d481fd401d init hace 2 años
pnpm-lock.yaml d481fd401d init hace 2 años
shims.d.ts d481fd401d init hace 2 años
tsconfig.json d481fd401d init hace 2 años
uno.config.ts d481fd401d init hace 2 años
vite.config.ts d481fd401d init hace 2 años

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