阅卷联考

bzkf3 3c0ca1f1e3 方便测试调整:阅卷todo hace 1 año
.github f92cde0c0b init hace 1 año
.vscode 567a5b559c 组件 hace 1 año
plugins 9c9b5a6c90 ~ hace 1 año
public 8772e9ec70 学生端 hace 1 año
src 3c0ca1f1e3 方便测试调整:阅卷todo hace 1 año
test f92cde0c0b init hace 1 año
.editorconfig f92cde0c0b init hace 1 año
.gitignore 76d47f7f08 git ignore hace 1 año
.npmrc f92cde0c0b init hace 1 año
LICENSE f92cde0c0b init hace 1 año
README.md d838308237 ... hace 1 año
README.zh-CN.md f92cde0c0b init hace 1 año
auto-imports.d.ts 3c0ca1f1e3 方便测试调整:阅卷todo hace 1 año
components.d.ts 6a69b4dd8e ~ hace 1 año
favicon.ico d7d7b8ddf8 公共头部 hace 1 año
index.html 92924ec6f7 ~ hace 1 año
netlify.toml f92cde0c0b init hace 1 año
package.json 61d653d505 add step hace 1 año
pnpm-lock.yaml a348928206 ... hace 1 año
shims.d.ts 1739922cdf ~ hace 1 año
tsconfig.json f92cde0c0b init hace 1 año
vite.config.ts 9c9b5a6c90 ~ hace 1 año

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

....