rubenassink.github.io

Vuejs & TailwindCSS Portfolio - With Dark Mode

A simple portfolio starter theme built with Vue.js v3 and Tailwind CSS v3.

Vuejs-TailwindCSS-Portfolio

Demo URL

https://vuejs-tailwindcss-portfolio.netlify.com

Features

Installation

  1. Make sure you have Node JS installed. If you don’t have it:
brew install node
  1. Clone the repo:
git clone https://github.com/realstoman/vuejs-tailwindcss-portfolio.git
  1. Open the project folder:
cd vuejs-tailwindcss-portfolio
  1. Install packages and dependencies:
npm install
  1. Start a local dev server at http://localhost:8080:
npm run serve

Notes