Menu

Tree [92764f] master /
 History

HTTPS access


File Date Author Commit
 .nuxt 2024-10-20 slava2008 slava2008 [92764f] Change size screen
 .output 2024-10-20 slava2008 slava2008 [92764f] Change size screen
 .vscode 2024-10-14 slava2008 slava2008 [df5b5a] Initial commit
 assets 2024-10-20 slava2008 slava2008 [92764f] Change size screen
 components 2024-10-20 slava2008 slava2008 [92764f] Change size screen
 composables 2024-10-14 slava2008 slava2008 [df5b5a] Initial commit
 config 2024-10-14 slava2008 slava2008 [df5b5a] Initial commit
 constants 2024-10-14 slava2008 slava2008 [df5b5a] Initial commit
 layouts 2024-10-14 slava2008 slava2008 [df5b5a] Initial commit
 pages 2024-10-20 slava2008 slava2008 [92764f] Change size screen
 public 2024-10-20 slava2008 slava2008 [92764f] Change size screen
 server 2024-10-14 slava2008 slava2008 [df5b5a] Initial commit
 .commitlintrc.cjs 2024-10-14 slava2008 slava2008 [df5b5a] Initial commit
 .eslintrc 2024-10-14 slava2008 slava2008 [df5b5a] Initial commit
 .lintstagedrc 2024-10-14 slava2008 slava2008 [df5b5a] Initial commit
 .npmrc 2024-10-14 slava2008 slava2008 [df5b5a] Initial commit
 .prettierignore 2024-10-14 slava2008 slava2008 [df5b5a] Initial commit
 .prettierrc.cjs 2024-10-14 slava2008 slava2008 [df5b5a] Initial commit
 .stackblitzrc 2024-10-14 slava2008 slava2008 [df5b5a] Initial commit
 README.md 2024-10-14 slava2008 slava2008 [df5b5a] Initial commit
 app.vue 2024-10-14 slava2008 slava2008 [df5b5a] Initial commit
 formkit.config.tailwind.ts 2024-10-14 slava2008 slava2008 [df5b5a] Initial commit
 formkit.config.ts 2024-10-14 slava2008 slava2008 [df5b5a] Initial commit
 netlify.toml 2024-10-14 slava2008 slava2008 [df5b5a] Initial commit
 nuxt.config.ts 2024-10-20 slava2008 slava2008 [92764f] Change size screen
 package.json 2024-10-20 slava2008 slava2008 [92764f] Change size screen
 pnpm-lock.yaml 2024-10-20 slava2008 slava2008 [92764f] Change size screen
 router.options.ts 2024-10-14 slava2008 slava2008 [df5b5a] Initial commit
 simple-git-hooks.json 2024-10-14 slava2008 slava2008 [df5b5a] Initial commit
 tailwind.config.ts 2024-10-14 slava2008 slava2008 [df5b5a] Initial commit
 tsconfig.json 2024-10-14 slava2008 slava2008 [df5b5a] Initial commit

Read Me

Nuxtesse - Vitesse for Nuxt 3 (Forked from Official)



🖥 Online Preview

Features

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

  • ⚡️ Vite - Instant HMR.

  • 🎨 Tailwind CSS - The gold standard CSS utility framework

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

  • 🔥 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.
  • Tailwind CSS - 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.

Tailwind CSS Plugins

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