【Vue高仿《one·一个》app】最近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打包处理
(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
推荐阅读
- JavaScript|JavaScript: BOM对象 和 DOM 对象的增删改查
- web前端笔记|web前端学习-第一天
- JAVA框架之路|spring-boot笔记-工程搭建(一)
- spring|Java学习笔记(SpringMVC)
- URL协议和HTTP协议
- Web服务器的环境