项目为cnodejs.org客户端,适配移动端布局,学习vue2全家桶过程中的练习产物,感谢cnodejs社区提供的API。
- 首屏启动动画
- 首页话题列表,上拉滚动加载,下拉刷新
- 主题详情,回复,点赞,收藏
- 消息列表,已读、未读
- 角标提醒未读消息数目
- 收藏列表
- 个人主页
- 用户信息
- 登录/注销
- 页面后退,数据还原,滚动位置还原
- axios以插件形式加载,添加请求、响应拦截器
# install dependencies
npm install
# serve with hot reload at localhost:3000
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
For detailed explanation on how things work, checkout the guide and docs for vue-loader.