阅卷联考

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

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

....