/vue3-starter-template

Vuejs & TailwindCSS Starter Template with Dark Mode

Primary LanguageVue

Vuejs & TailwindCSS Starter Template - With Dark Mode

A simple vue3 & TailwindCSS starter template

Light Mode:

image.png

Dark Mode:

image.png

Demo URL

https://ericet.github.io/vue3-starter-template

Features

  • Vuejs V3 with Vue Router & Vuex
  • Tailwind CSS
  • Theme Switcher with Dark Mode

Installation

  1. Clone the repo:

git clone https://github.com/ericet/vue3-starter-template.git

  1. Open the folder

cd vue3-starter-template

  1. Install packages and dependencies

npm install

  1. Start the dev server

npm run serve