A simple portfolio starter theme built with Vue.js v3 and Tailwind CSS v3.
https://vuejs-tailwindcss-project.vercel.app/
- Simple and responsive design
- Vue.js v3 with Vue Router
- Tailwind CSS v3
- Theme Switcher with Dark Mode
- Composition API
- Vue transitions
- Reusable Components
- Auto Counter
- Projects filter by category
- Projects filter by search
- Projects carousel
- Vue.js smooth scroll
- Dynamic forms
- Scroll to top button
- Download file button
- Download it from nodejs.org
- Install it using NVM
- If you're on Mac, Homebrew is a good option too:
brew install node
git clone https://github.com/blasbot/vuejs-tailwindcss-project.git
cd vuejs-tailwindcss-project
npm install
npm run serve
- Always run
npm install
after pulling new changes - Contributions are welcome