Get Started
Introduction
Installation
Creating A New Project
Opening Existing Projects
User Interface
Editor
Canvas
Primary Sidebar
Elements Tree
Data Panel
Pages, Components, Layouts
Middlewares
Custom Functions
Assets
Server
Configs
Modules
Element Panel
Shortcuts
Advanced
Configuration

Modules

modules panel

The Modules Panel is where you can install and manage active Nuxt modules. This panel facilitates the integration of various modules that extend functionality and provide additional features for your project.

Installing a Module

  1. Use the search bar to find the nuxt module you wish to install within the Modules Panel list.
  2. Click the Install button next to the module's name. The module will be installed and available for use.
  3. Activate the Module: After installation, activate the module by following one of these options:
    • Click on the provided GitHub link for the module to review its specific setup instructions.
    • Go to the Configs Panel and include the installed module name in your list of active modules.

Uninstalling a Module

  1. Open the Configs Panel and remove the module name from your active modules list.
  2. Return to the Modules Panel. The Uninstall button will now be enabled. Click it to fully remove the module from nooku.

Note: The Uninstall button will be disabled for any active modules. Be sure to deactivate them in the Configs Panel before attempting removal.