您的位置:首页 > 移动开发

Vue高仿《one·一个》app

2017-06-15 11:09 92 查看
最近github好久没提交代码了,一个原因是期末考试复习很紧张,另外就是在学习vue,真的觉得vue是个不错的框架。目前项目很多细节没有完善,后期会进一步完善。

github地址:https://github.com/th720309/one-webapp(求star啊)

主要依赖

基于vue@2.0

使用vue-cli@2.0搭建项目框架

使用vue-router进行页面路由切换

使用vue-resource进行http请求获取数据

数据api由jokermonn提供

使用stylus编写样式

使用eslint进行js代码的规范

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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: