博智AI慕课

luohailiang 7baa24e9b1 111 2 年之前
.github 7baa24e9b1 111 2 年之前
.vscode 7baa24e9b1 111 2 年之前
public 7baa24e9b1 111 2 年之前
src 7baa24e9b1 111 2 年之前
test 7baa24e9b1 111 2 年之前
.editorconfig 7baa24e9b1 111 2 年之前
.gitignore 7baa24e9b1 111 2 年之前
.npmrc 7baa24e9b1 111 2 年之前
LICENSE 7baa24e9b1 111 2 年之前
README.md 7baa24e9b1 111 2 年之前
README.zh-CN.md 7baa24e9b1 111 2 年之前
auto-imports.d.ts 7baa24e9b1 111 2 年之前
components.d.ts 7baa24e9b1 111 2 年之前
index.html 7baa24e9b1 111 2 年之前
netlify.toml 7baa24e9b1 111 2 年之前
package.json 7baa24e9b1 111 2 年之前
pnpm-lock.yaml 7baa24e9b1 111 2 年之前
shims.d.ts 7baa24e9b1 111 2 年之前
tsconfig.json 7baa24e9b1 111 2 年之前
uno.config.ts 7baa24e9b1 111 2 年之前
vite.config.ts 7baa24e9b1 111 2 年之前

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