Welcome to my Vue.js portfolio! I am a passionate frontend developer with expertise in Vue.js framework.
By clicking on this link you can get acquainted with the project
- Make sure you have Node JS installed. If you don't have it:
- Download it from nodejs.org
- Install it using NVM
- If you're on Mac, Homebrew is a good option too:
brew install node
- Clone the repo:
git clone https://github.com/Qyea/Tech-Showcase.git
- Open the project folder:
cd portfolio
- Install packages and dependencies:
npm install
- Start a local dev server at
http://localhost:5173
:
npm run dev
- Vue.js v3 with Vue Router
- Composition API
- Reusable Components