Go to file
AaronHux 6839fe8a29
Initial commit
2023-04-23 14:19:03 +08:00
.github Initial commit 2023-04-23 14:19:03 +08:00
.vscode Initial commit 2023-04-23 14:19:03 +08:00
components Initial commit 2023-04-23 14:19:03 +08:00
composables Initial commit 2023-04-23 14:19:03 +08:00
config Initial commit 2023-04-23 14:19:03 +08:00
constants Initial commit 2023-04-23 14:19:03 +08:00
layouts Initial commit 2023-04-23 14:19:03 +08:00
pages Initial commit 2023-04-23 14:19:03 +08:00
public Initial commit 2023-04-23 14:19:03 +08:00
server/api Initial commit 2023-04-23 14:19:03 +08:00
.eslintrc Initial commit 2023-04-23 14:19:03 +08:00
.gitignore Initial commit 2023-04-23 14:19:03 +08:00
.npmrc Initial commit 2023-04-23 14:19:03 +08:00
.stackblitzrc Initial commit 2023-04-23 14:19:03 +08:00
LICENSE Initial commit 2023-04-23 14:19:03 +08:00
README.md Initial commit 2023-04-23 14:19:03 +08:00
app.vue Initial commit 2023-04-23 14:19:03 +08:00
netlify.toml Initial commit 2023-04-23 14:19:03 +08:00
nuxt.config.ts Initial commit 2023-04-23 14:19:03 +08:00
package.json Initial commit 2023-04-23 14:19:03 +08:00
pnpm-lock.yaml Initial commit 2023-04-23 14:19:03 +08:00
tsconfig.json Initial commit 2023-04-23 14:19:03 +08:00
uno.config.ts Initial commit 2023-04-23 14:19:03 +08:00

README.md

Vitesse for Nuxt 3


🧪 Working in Progress


🖥 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 ./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.

IDE

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

Variations

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