Skip to content

joealden/joe-aldens-portfolio

Repository files navigation

Joe Alden's Portfolio

My Portfolio.

Portfolio Screenshot

Setup

Download dependencies:

yarn

Start development server:

yarn dev

Build production files:

yarn build

Tech Used

  • Vue
  • Vue CLI 3
  • Vue Router
  • SCSS

Notes

  • Using vue-router history mode for cleaner URLs.
  • robots.txt + web manifest for better SEO and PWA adherence.
  • Auto image compression in production builds only with image-webpack-loader.
  • Syncronously download all pages so that page navigations are fast.