Skip to content

Personal portfolio showing recent projects and experience

Notifications You must be signed in to change notification settings

jpiccirillo/jpiccirillo.github.io

Repository files navigation

Portfolio of recent projects

  • Built in vue.js in 2020
  • The site's pages are in the src/views/ directory
  • Reusable components in src/components/ directory
  • Various archived / deprecated pages' directories in public/*, containing redirects to their current sites
  • Build script in .github/workflows

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint