portfolio version1

to do

  • read/learn vue documentation

reminder

pushing file to repo

  • git add .
  • git commit -m "commit message"
  • git push

pulling file from repo

  • git pull

running dev server

  • npm run dev