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

Latest commit

 

History

History
46 lines (36 loc) · 953 Bytes

README.md

File metadata and controls

46 lines (36 loc) · 953 Bytes

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