home Project setup npm install Compiles and hot-reloads for development npm run serve Lints and fixes files npm run lint Customize configuration See Configuration Reference. deploy Compiles and minifies for production npm run build cd dist git init echo home.jongwony.com > CNAME git add -A git commit -m 'deploy' git push -f https://github.com/jongwony/home main:gh-pages