Skip to content

Latest commit

 

History

History
54 lines (41 loc) · 1.23 KB

README.md

File metadata and controls

54 lines (41 loc) · 1.23 KB

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.