Skip to content

joshbruegger/nuxt-starter

Repository files navigation

Nuxt 3 Minimal Starter

A starter template for Nuxt 3 with useful modules and plugins. Adapted from Nuxt 3 Awesome Starter

Features


WARNING!

This project using pnpm as package manager. Don't use npm or yarn!


Setup

Install the dependencies:

pnpm install

Development Server

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

pnpm dev -o

Production

Build the application for production:

pnpm build

Locally preview production build:

pnpm preview

Check out the deployment documentation for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published