Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

The Nuxt website, made with Nuxt.

License

NotificationsYou must be signed in to change notification settings

nuxt/nuxt.com

Repository files navigation

Nuxt Website

nuxt.com

Welcome to the Nuxt website repository available onnuxt.com.

Nuxt UI Pro

Setup

Make sure to enable corepack and install the dependencies:

corepackenablepnpm install

Copy the.env.example file to.env:

cp .env.example .env

Clone/Forknuxt/nuxt repo where you want (but not in the Nuxt.com project) and inside thedocs/ directory, run:

pwd

If you are on Windows, you can use the following command instead:

echo %cd%

Copy the output of the command above and paste it in theNUXT_DOCS_PATH variable in the.env file.

Development

Start the development server:

pnpm dev

Add a Nuxt Template

To list a Nuxt template, add it to the list on./content/4.templates.yml.

Make sure to start the development server in order to generate the screenshot for the template and go tohttp://localhost:3000/templates to see the result.

If you want to update the url where we take the automated screenshot, use thescreenshotUrl property.

To regenerate the image, delete the generated one inpublic/assets/templates.

Production

In order to build the application for production, you need to have aNuxt UI Pro license and set theNUXT_UI_PRO_LICENSE variable in the.env file.

Note that this is not required to run in development and contribute to the Nuxt website or documentation.

Build the application for production:

pnpm generate

License

MIT License


[8]ページ先頭

©2009-2025 Movatter.jp