- based on nuxt.js && vue.js
- using redis && mongodb
- element-UI
- koa2 && other midleware
需要本地开启redis和mongodb服务 打开两个新的terminal 分别输入一下命令开启redis和mongodb $ redis-serve
$ sudo mongod
# to install packages you should run
$ yarn install
# serve with hot reload will be start at localhost:3000
$ yarn run dev