Skip to content

xrr2016/vue-express-mongodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-express-mongodb

vuejs vue-router vue-material axios express mongoose mongodb

一个前后端分离的案例,前端vuejs,后端express,数据库mongodb. 使用express的路由提供api供前端调用,进行对数据库的CURD操作.

Build Setup

# 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