My Portfolio.
Download dependencies:
yarn
Start development server:
yarn dev
Build production files:
yarn build
- Vue
- Vue CLI 3
- Vue Router
- SCSS
- 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.