阅卷联考

luohailiang d7d7b8ddf8 公共头部 2 lat temu
.github f92cde0c0b init 2 lat temu
.vscode f92cde0c0b init 2 lat temu
public d7d7b8ddf8 公共头部 2 lat temu
src d7d7b8ddf8 公共头部 2 lat temu
test f92cde0c0b init 2 lat temu
.editorconfig f92cde0c0b init 2 lat temu
.gitignore 6b2694eba6 提交 2 lat temu
.npmrc f92cde0c0b init 2 lat temu
LICENSE f92cde0c0b init 2 lat temu
README.md d838308237 ... 2 lat temu
README.zh-CN.md f92cde0c0b init 2 lat temu
auto-imports.d.ts f92cde0c0b init 2 lat temu
components.d.ts f92cde0c0b init 2 lat temu
favicon.ico d7d7b8ddf8 公共头部 2 lat temu
index.html d7d7b8ddf8 公共头部 2 lat temu
netlify.toml f92cde0c0b init 2 lat temu
package.json d7d7b8ddf8 公共头部 2 lat temu
pnpm-lock.yaml d7d7b8ddf8 公共头部 2 lat temu
shims.d.ts f92cde0c0b init 2 lat temu
tsconfig.json f92cde0c0b init 2 lat temu
unocss.config.ts f92cde0c0b init 2 lat temu
vite.config.ts f92cde0c0b init 2 lat temu

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

....