Getting Started

Installation

This section guides you through the process of installing Nexus AI Nuxt Template.

1. Prerequisites

Before you begin, make sure you have the following:

  • Node.js v18.17.0 or higher
  • npm v9.1.0 or higher

If you have purchased the template, then you will receive a zip file with the template. In the directory, you will find a zip file named nexusai-nuxt-[version].zip. Extract and open the directory.

Then run the following commands

2. Install Dependencies
# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install
3. Running the Development Server

Start the development server on http://localhost:3000.

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev

After the server is running, open your browser and navigate to http://localhost:3000. You should see the Nexus AI Nuxt Template.

Introduction
Structure

© 2024 Stylokit. All rights reserved.