a vue+express+mongodb blog
# install dependencies
npm install
# start with pm2 (for production)
npm run start
# start with nodemon (for development)
npm run dev
# restart with pm2
npm run restart
For a detailed explanation on how things work, check out the guide and docs for vue-loader.