Skip to content

nuxt、node/express、vue、mysql、redis、socket.io (全栈-实战商城)~

Notifications You must be signed in to change notification settings

github1586/nuxt-bnhcp

Repository files navigation

bnhcp

Node.js(v6.9.1) + express(4.X) + vue(2.0) + vuex + mysql(5.7.18) + (NUXT)SSR

完成功能

  1. 首页渲染
  2. 课程的分类搜索
  3. 课程 按 (智能排序 价格最高 价格最低 老师好评 人气最高) 排序
  4. 课程 按 (班级类型 活动优惠 上课时间 具体时间 价格区间) 筛选
  5. 完成课程列表的下拉加载更多

Build Setup

# install dependencies
$ npm install 

# serve with hot reload at localhost:8080
$ npm run dev