Awesome
知乎日报
基于Vue和Node.js的Web单页应用
技术栈
- vue 2.0 + vue-router 2.0 + vuex 2.0 +
vue-resource+ axios - stylus + normalize.css +
知乎日报原生样式(直接照搬了我会乱说o(╯□╰)o)
Preview
<br><img src="https://cloud.githubusercontent.com/assets/14028075/21759136/eb939fd2-d67c-11e6-811f-4bdf67f67c73.gif" width="70%" height="70%">
Feature
- 每日热门话题
- 专栏
- 主题日报
- 评论和赞
本地运行
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
Tips
TODO
- 数据获取
- 状态管理
- 构建界面
- 体验优化
- transition优化
- 异步加载组件