Skip to content

Files

Latest commit

466ae9d · Apr 4, 2025

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 7, 2023
Apr 4, 2025
Mar 11, 2024
Aug 14, 2024
Sep 12, 2023
Feb 16, 2025
Oct 5, 2023
Feb 24, 2023
Feb 24, 2023
Sep 12, 2023
Sep 12, 2023
Mar 11, 2024
Feb 16, 2025
Mar 12, 2025
Mar 12, 2025
Mar 12, 2025
Mar 25, 2025
Sep 19, 2024
Feb 24, 2023

Nuxt Devtools docs

Docs template with Nuxt UI.

Setup

Install dependencies inside docs/:

pnpm i

Development

npm run dev

Static Generation

Use the generate command to build your application.

The HTML files will be generated in the .output/public directory and ready to be deployed to any static compatible hosting.

npm run generate

Preview build

You might want to preview the result of your build locally, to do so, run the following command:

npm run preview