Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 384 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 384 Bytes

Project help you setup mongodb in vue 1 minute (MEVN)

npm install -g vue-cli
npm install --save body-parser cors morgan
npm install mongodb
npm install nodemon

To run the project

npm run start 
npm run dev // auto update when you save

To submit project to git

git add -u &
git commit -m "update: `date +'%Y-%m-%d %H:%M:%S'`"
git push origin master