Skip to content

This is the minimum template to get started with Nuxt3

Notifications You must be signed in to change notification settings

ikuosaito1989/nuxt3-template

Repository files navigation

nuxt3-template

Check if Nuxt apps are mergeable

This is the minimum template to get started with Nuxt3

image

Features

  • eslint and prettier are already set up
  • tailwindcss and vuetify are set. Prefixing tailwindcss with tw- to avoid conflicts
  • Plugins required for SEO such as gtag, sitemap, etc. are set up
  • Sample code for layout, routing, and fetch is written. You can create an application right away!
  • Github Actions workflows are set up to maintain high quality code for lint and prettier checks

Setup

Make sure to install the dependencies:

bun install

Development Server

Start the development server on http://localhost:3000:

bun run dev

About

This is the minimum template to get started with Nuxt3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published