This repo contains the vue js code used to explain the concepts in the overflowjs blogs
- https://overflowjs.com/posts/Vuejs-Getting-Started-2019-Part-1
- https://overflowjs.com/posts/Vuejs-Structuring-and-Authentication-In-2019-Part-2
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start
# generate static project
$ npm run generate