Skip to content

基于Vue+Koa2+MongoDB的商城,前端UI采用有赞的Vant组件库,后端采用Node.js,Koa2框架,数据库使用MongoDB。难度不大,主要供大家初学Vue全栈参考学习

Notifications You must be signed in to change notification settings

hhy5277/Vue-Koa2-MongoDB

 
 

Repository files navigation

vue-mall

Vue + Koa2 + MongoDB 全栈商城WebApp

项目演示地址

二维码

UI组件库

https://youzan.github.io/vant/ 有赞出品的移动端组件库Vant,基于Vue.js

说明

前端就不用说了,npm run dev起服务。主要这里服务端涉及mongoDB数据库,简单说一下,因为我是Mac,用的homebrew装的mongo,强烈推荐homebrew,安利一波 https://brew.sh/, 之后mongod启动一下,然后到server文件夹下,node server-koa.js启动服务端就ok了。记得先npm i 把依赖装一下

About

基于Vue+Koa2+MongoDB的商城,前端UI采用有赞的Vant组件库,后端采用Node.js,Koa2框架,数据库使用MongoDB。难度不大,主要供大家初学Vue全栈参考学习

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 58.0%
  • JavaScript 41.3%
  • HTML 0.7%