Internet of Things - Spring 2019 - Month-long Project
# install dependencies
npm install
# install vue cli globally (if you don't have it)
npm install -g @vue/cli
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build