Skip to content

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

Notifications You must be signed in to change notification settings

minstn/nuxt3-colorchange-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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:https://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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published