Vue高仿《one·一个》app

【Vue高仿《one·一个》app】最近github好久没提交代码了,一个原因是期末考试复习很紧张,另外就是在学习vue,真的觉得vue是个不错的框架。目前项目很多细节没有完善,后期会进一步完善。
github地址:https://github.com/th720309/one-webapp(求star啊)
主要依赖

  1. 基于vue@2.0
  2. 使用vue-cli@2.0搭建项目框架
  3. 使用vue-router进行页面路由切换
  4. 使用vue-resource进行http请求获取数据
  5. 数据api由jokermonn提供
  6. 使用stylus编写样式
  7. 使用eslint进行js代码的规范
  8. webpack打包处理
在线预览 demo
(PC端建议开启chrome调试模式食用更佳,移动端直接在浏览器开启即可 )
GIF
Build Setup
# clone the repo into your disk. $ git clone https://github.com/th720309/one-webapp.git# install dependencies $ npm install# serve with hot reload at localhost:8088 $ npm run dev# build for production with minification $ npm run build

    推荐阅读