阅卷联考

bzkf3 10d0773a9f ~ hace 2 años
.github f92cde0c0b init hace 2 años
.vscode 567a5b559c 组件 hace 2 años
public 10d0773a9f ~ hace 2 años
src 10d0773a9f ~ hace 2 años
test f92cde0c0b init hace 2 años
.editorconfig f92cde0c0b init hace 2 años
.gitignore 76d47f7f08 git ignore hace 2 años
.npmrc f92cde0c0b init hace 2 años
LICENSE f92cde0c0b init hace 2 años
README.md d838308237 ... hace 2 años
README.zh-CN.md f92cde0c0b init hace 2 años
auto-imports.d.ts 275fac47d7 ~ hace 2 años
components.d.ts 10d0773a9f ~ hace 2 años
favicon.ico d7d7b8ddf8 公共头部 hace 2 años
index.html 61d653d505 add step hace 2 años
netlify.toml f92cde0c0b init hace 2 años
package.json 61d653d505 add step hace 2 años
pnpm-lock.yaml a348928206 ... hace 2 años
shims.d.ts 1739922cdf ~ hace 2 años
tsconfig.json f92cde0c0b init hace 2 años
vite.config.ts 3052ac345d 更新配置文件 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

....