A simple vue3 & TailwindCSS starter template
https://ericet.github.io/vue3-starter-template
- Vuejs V3 with Vue Router & Vuex
- Tailwind CSS
- Theme Switcher with Dark Mode
- Clone the repo:
git clone https://github.com/ericet/vue3-starter-template.git
- Open the folder
cd vue3-starter-template
- Install packages and dependencies
npm install
- Start the dev server
npm run serve