Skip to content

dazeb/Nuxt3-Gradient-Template

Repository files navigation

Nuxt 3 Gradient Template

UNDER ACTIVE DEVELOPMENT ⚠️

Look at the Nuxt 3 documentation to learn more.

Setup

The project is built with pnpm.

This template is a full Nuxt 3 setup.

Make sure to install the dependencies after cloning the template/github repo:

git clone https://github.com/dazeb/Nuxt3-Gradient-Template.git
cd Nuxt3-Gradient-Template

Enable Corepack

This enables Yarn, NPM and PNPM to use the same dependencies.

corepack enable

Install dependencies (pnpm preferred)

# npm
npm install

# pnpm
pnpm i

# yarn
yarn install

Development Server

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

# npm
npm run dev

# pnpm
pnpm dev

# yarn
yarn dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm build

# yarn
yarn build

Screenshots

Dark and light theme

Dark

Light