Skip to content

patrickbrusven/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio

This is my personal Website to showcase my portfolio.

description

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.

Project setup

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

Compiles and minifies for production

publish the dist directory after running the build command.

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors