/portfolio

This is my portfolio site on Vue3 + PrimeVue. 🎉

Primary LanguageCSSMIT LicenseMIT

Portfolio - yesworld.dev

Site live demo

How to run?

$ yarn install
$ yarn run serve

Compiles and minifies for production

yarn run build

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) :suspect: @yesworld