Skip to content
This repository has been archived by the owner on Jan 13, 2021. It is now read-only.
/ vue2-portfolio Public archive

🧐 Simple website created on the Vue.js + Vuetify.js + TypeScript.

License

Notifications You must be signed in to change notification settings

yesworld/vue2-portfolio

Repository files navigation

portfolio

Example live

How to run?

$ yarn install
$ yarn run serve

Compiles and minifies for production

yarn run build

TODO - create own directive?

  1. https://stackoverflow.com/questions/45257308/how-to-display-and-transition-when-scroll-position-reaches-element-position-in-t
  2. https://stackoverflow.com/questions/47491109/vue-js-transition-to-appear-occur-on-element-entering-viewport/47494016#47494016

How I deployed the project on github?

  1. Create a file config vue.config.js with the following code:
module.exports = {
  publicPath: process.env.NODE_ENV === 'production'
    ? '/portfolio/'
    : '/'
}
  1. Installed gh-pages
yarn add gh-pages -D
  1. Added the script to the package package.json
"scripts": {
  "deploy": "gh-pages -d dist"
}

License

MIT License

Copyright (c) @yesworld