This is my personal Website to showcase my portfolio.
for this project I particularly wanted to show off my skills with transitions and animations. I utilized Vue's built in transition api. I also utilized the IntersectionObserver API to trigger transitions. For performance I made a parralax affect with native css.
to run this project locally download the repository and navigate to the root folder in your terminal and run the following command.
npm install
Once installation is complete run the following command to start local server and go to localhost listed to view project in browser. Compiles and hot-reloads for development
npm run serve
publish the dist directory after running the build command.
npm run build
npm run lint