More Premium Hugo Themes Premium Vue Themes

Nuxt.com

The Nuxt website, made with Nuxt.

Nuxt.com

The Nuxt website, made with Nuxt.

Author Avatar Theme by nuxt
Github Stars Github Stars: 368
Last Commit Last Commit: May 21, 2025 -
First Commit Created: Dec 18, 2023 -
default image

Overview

The Nuxt website repository is available on nuxt.com. This document provides instructions for setting up and working with the Nuxt UI Pro theme.

Features

  • Setup: Install the necessary dependencies and configure the environment variables.
  • Development: Start the development server and add Nuxt templates.
  • Production: Build the application for production using a Nuxt UI Pro license.

Installation

  1. Install the dependencies.
  2. Copy the .env.example file to .env.
  3. Clone or fork the nuxt/nuxt repository to a desired location.
  4. Run the command mentioned in the /docs directory.
  5. Copy the output of the command and paste it into the NUXT_DOCS_PATH variable in the .env file.
  6. Start the development server.
  7. To add a Nuxt template, update the list in ./content/4.templates.yml.
  8. Start the development server again to generate the template screenshot at http://localhost:3000/templates.
  9. If needed, update the screenshotUrl property to change the screenshot source URL.
  10. To regenerate the template image, delete the existing one in public/assets/templates.
  11. To build the application for production, ensure you have a Nuxt UI Pro license and set the NUXT_UI_PRO_LICENSE variable in the .env file.
  12. Build the application for production using the provided command.

Summary

The Nuxt website repository offers a Nuxt UI Pro theme with features for setting up, developing, and building applications. The installation process involves installing dependencies, configuring environment variables, and starting the development server. Nuxt templates can be added and their screenshot URLs can be updated. For production deployment, a Nuxt UI Pro license is required to build the application. The theme is available under the MIT License.