meet you webApp: vue2 + koa2 + MongoDB + axios + vuex
# install dependencies
npm i
# install mongodb server
https://www.mongodb.com/
# node serve run at localhost:3000/
npm start
# serve with hot reload at localhost:8080/
npm run dev
# build for production with minification
npm run build