brenbread.me-2019 WIP personal website using Vue.js Currently hosted at: https://brenbread.me/ Project setup npm install Compiles and hot-reloads for development npm run serve Compiles and minifies for production npm run build Run your tests npm run test Lints and fixes files npm run lint Deploying (into AWS, Linode, etc.) after building rsync -avshe ssh --progress ./dist/* <username>@<hostname>:/path/to/your/server/host/directory Customize configuration See Configuration Reference.