Skip to content

A responsive portfolio website built with Vue.js and TailwindCSS

Notifications You must be signed in to change notification settings

sunnynano/vue-portfolio

Repository files navigation

Portfolio Website with Vue.js & Darkmode
Demo
React version Repo

screenshot

React.js   TailwindCSS   OpenSource

Features

📖 Multi-Page Layout

🎨 Styled with TailwindCSS with easy to customize colors

📱 Fully Responsive

🌙 Theme Switcher with Dark Mode

🧈 Smooth transitions and scroll

🔼 Scroll to top button

⬇️ Download file button

Built With

This project was built using these technologies.

Getting Started

Clone down this repository. You will need node.js and npm and git installed on your machine.

🛠 Installation and Setup Instructions

  1. Clone this repo:

git clone https://github.com/sunnynano/vue-portfolio.git
  1. Open the project folder:

cd vue-portfolio
  1. Install packages and dependencies:

npm install
  1. Start a local dev server at http://localhost:8080:

npm run serve

The app wil be in the development mode.
Open http://localhost:8080 to view it in the browser. The page will reload if you make edits.

Known Issues

  1. For iOS and iPadOS users, please visit the site via Safari browser. Chrome browser on iOS and iPadOS may experience "sticky hover" problem.