Go to file
shenhan000 5fb4a9df0c update 2025-04-26 13:16:49 +08:00
.vscode update 2025-02-02 21:18:39 +08:00
app update 2025-04-26 13:16:49 +08:00
assets update 2025-03-31 14:32:52 +08:00
public 活动功能 2025-03-10 17:33:34 +08:00
server update 2025-01-17 17:28:08 +08:00
tsx-0 update 2025-01-17 17:28:08 +08:00
.env.dev update 2025-04-26 13:16:49 +08:00
.env.pro update 2025-04-26 13:16:49 +08:00
.env.production update 2025-04-26 13:16:49 +08:00
.gitignore update 2025-01-17 17:28:08 +08:00
.npmrc update 2025-01-17 17:28:08 +08:00
.stackblitzrc update 2025-01-17 17:28:08 +08:00
Dockerfile update 2025-03-03 17:58:26 +08:00
LICENSE update 2025-01-17 17:28:08 +08:00
README.md update 2025-04-26 13:16:49 +08:00
eslint.config.js update 2025-02-02 21:18:39 +08:00
netlify.toml 初始化 2025-02-18 11:36:49 +08:00
nuxt.config.ts update 2025-04-26 13:16:49 +08:00
package.json update 2025-04-26 13:16:49 +08:00
pnpm-lock.yaml update 2025-03-03 17:58:26 +08:00
tailwind.config.js update 2025-02-02 21:18:39 +08:00
tsconfig.json update 2025-02-02 21:18:39 +08:00

README.md

Vitesse for Nuxt 3



🖥 Online Preview

Features

  • 💚 Nuxt 3 - SSR, ESR, File-based routing, components auto importing, modules, etc.

  • Vite - Instant HMR.

  • 🎨 UnoCSS - The instant on-demand atomic CSS engine.

  • 😃 Use icons from any icon sets in Pure CSS, powered by UnoCSS.

  • 🔥 The <script setup> syntax.

  • 🍍 State Management via Pinia, see ./app/composables/user.ts.

  • 📑 Layout system.

  • 📥 APIs auto importing - for Composition API, VueUse and custom composables.

  • 🏎 Zero-config cloud functions and deploy.

  • 🦾 TypeScript, of course.

  • 📲 PWA with offline support and auto-update behavior.

Plugins

Nuxt Modules

  • VueUse - collection of useful composition APIs.
  • ColorMode - dark and Light mode with auto detection made easy with Nuxt.
  • UnoCSS - the instant on-demand atomic CSS engine.
  • Pinia - intuitive, type safe, light and flexible Store for Vue.
  • VitePWA - zero-config PWA Plugin for Nuxt 3.
  • DevTools - unleash Nuxt Developer Experience.

IDE

We recommend using VS Code with Volar to get the best experience (You might want to disable Vetur if you have it).

Variations

rich text

Try it now!

Online

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-nuxt my-nuxt-app
cd my-nuxt-app
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm