阅卷联考

bzkf3 0808179b87 bug 1113 1 ano atrás
.github f92cde0c0b init 1 ano atrás
.vscode 567a5b559c 组件 1 ano atrás
plugins 9c9b5a6c90 ~ 1 ano atrás
public 7824bf4a9b ~ 1 ano atrás
src 0808179b87 bug 1113 1 ano atrás
test f92cde0c0b init 1 ano atrás
.editorconfig f92cde0c0b init 1 ano atrás
.gitignore 76d47f7f08 git ignore 1 ano atrás
.npmrc f92cde0c0b init 1 ano atrás
LICENSE f92cde0c0b init 1 ano atrás
README.md d838308237 ... 1 ano atrás
README.zh-CN.md f92cde0c0b init 1 ano atrás
components.d.ts e74d86b39c 6-5 bug修改 1 ano atrás
favicon.ico d7d7b8ddf8 公共头部 1 ano atrás
index.html 92924ec6f7 ~ 1 ano atrás
netlify.toml f92cde0c0b init 1 ano atrás
package.json 61d653d505 add step 1 ano atrás
pnpm-lock.yaml a348928206 ... 1 ano atrás
shims.d.ts 1739922cdf ~ 1 ano atrás
tsconfig.json f92cde0c0b init 1 ano atrás
vite.config.ts 9c9b5a6c90 ~ 1 ano atrás

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

....