nuxt3-colorchange-starter Tailwind Templates

Nuxt3 Colorchange Starter

This starter project for Nuxt 3 shows how to use Nuxt Color Mode to add Dark/Light 🌗 mode to your Tailwind based project.

Nuxt3 Color Mode starter

This starter project for Nuxt 3 shows how you can use Nuxt Color Mode to add Dark/Light 🌗 mode to your Tailwind based project.

This starter template includes:

Look at the Nuxt 3 documentation to learn more about Nuxt 3 itself.

Preview & demo

Demo project on Vercel nuxt3-colorchange-starter.vercel.app

image

Deploy your own project

Deploy to Netlify

Deploy with Vercel

Open in StackBlitz

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

Development Server

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

# yarn
yarn dev

# npm
npm run dev

Production

Build the application for production:

# yarn
yarn build

# npm
npm run build

Locally preview production build:

# yarn
yarn preview

# npm
npm run preview

Checkout the deployment documentation for more information.

Top categories

Loading Svelte Themes