vuejs vue-router vue-material axios express mongoose mongodb
一个前后端分离的案例,前端vuejs,后端express,数据库mongodb. 使用express的路由提供api供前端调用,进行对数据库的CURD操作.
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report