Skip to content
/ nuxt-template Public template

A template for LEAPERone.

Notifications You must be signed in to change notification settings

tymon42/nuxt-template

Repository files navigation

Nuxt3 Template

Look at the Nuxt 3 documentation to learn more.

Features

You can easily add more modules to project by using the Nuxt DevTools.

Setup

Make sure to install the dependencies:

pnpm i

Nuxt DevTools (Recommended, and enabled by default)

Enable the Nuxt DevTools:

npx nuxi@latest devtools enable

Disable the Nuxt DevTools:

npx nuxi@latest devtools disable

Check out the Nuxt DevTools documentation to learn more.

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

Check out the deployment documentation for more information.