Skip to content

Simple Nuxt 3 starter template with WindiCSS, i18n, Pinia and Typescript

Notifications You must be signed in to change notification settings

FrankMbappe/nuxt3-app

Repository files navigation

Nuxt 3 starter template


(WIP) - basic template, nothing fancy (inspired by @antfu vitesse)


🖥 Online Preview

Netlify Status

Features

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

  • ⚡️ Vite - Instant HMR

  • 🎨 WindiCSS - The next generation utility-first CSS framework.

  • 🌍 I18n - Language support

  • 🔥 The <script setup> syntax

  • 🍍 Pinia State Management

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

  • 🏎 Zero-config cloud functions and deploy

  • 🦾 TypeScript by default

Nuxt Modules

  • VueUse - collection of useful composition APIs
  • WindiCSS - the next generation utility-first CSS framework
  • I18n - multi language support
  • Pinia - type safe and flexible store for Vue

How to use

npx degit NicolaSpadari/nuxt-app my-nuxt3-app
cd my-nuxt3-app
npm i

Deployment

  • Easiest method: deploy on Netlify as a classic web app, make sure the netlify.toml has the correct build command:
[build]
    ...
    command = "npm i && npm run build"
    ...
  • Other hosting solutions here

About

Simple Nuxt 3 starter template with WindiCSS, i18n, Pinia and Typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published