frontend This frontend code is based on this tutorial, source code here We wrap the vue code with a simple express server to allow running the project with node server.js. Project setup npm install Compiles and hot-reloads for development npm run serve Compiles and minifies for production npm run build Lints and fixes files npm run lint run on a different port, e.g. 8000 PORT=8000 npm run dev Customize configuration See Configuration Reference.