Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 533 Bytes

README.md

File metadata and controls

45 lines (32 loc) · 533 Bytes

CURRENTLY OUTDATED!

Maik's Started based on Nuxt 3

The included batteries:

  • SEO-Kit
  • Typed Router
  • Tailwind
  • Nuxt Device
  • VueUse
  • NuxtSvgo
  • Nuxt Icon
  • Vite PWA
  • Check out package.json for more

Setup

Make sure to install the dependencies:

# pnpm
pnpm install

Development Server

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

pnpm dev

Production

Build the application for production:

pnpm build

Locally preview production build:

pnpm preview