阅卷联考

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

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

....