使用[email protected]开发的高仿饿了么APP(用户端) Vue.js高仿饿了么外卖App 2016最火前端框架
- 基于[email protected]
- 使用[email protected]搭建项目框架
- 使用[email protected]进行页面路由切换
- 使用[email protected]进行http请求获取数据
- mock假数据存储在本地
- 使用stylus编写样式
- 使用eslint进行js代码的规范、
- 使用better-scroll进行联动滑动
(PC端建议开启chrome调试模式食用更佳,移动端直接在浏览器开启即可)
# clone the repo into your disk.
$ git clone https://github.com/cccyb/vue-eleme-app.git
# install dependencies
$ npm install
# serve with hot reload at localhost:8088
$ npm run dev
# build for production with minification
$ npm run build
暂时使用[email protected]实现,后续会将[email protected]迁移至[email protected],敬请期待!,已升级至2.0
-
Mac下安装基于[email protected]的vue-cli脚手架时报错
not matches webpack#1.0
答:因为"#"在zsh中是特殊字符,所以需要在webpack#1.0外加双引号,即使用
vue init "webpack#1.0" <project-name>
。 -
Stylus中文文档
-
es6入门学习
-
eslint规则
-
设备像素比
答:http://www.zhangxinxu.com/wordpress/2012/08/window-devicepixelratio/
-
Flex弹性布局
答:http://www.ruanyifeng.com/blog/2015/07/flex-grammar.html?utm_source=tuicool
-
移动端1px边框的实现
答:先给需要添加1像素边框的元素设置一个1像素的伪类,然后根据手机屏幕的dpi大小对伪类进行相应的缩减,从而达到手机端1像素边框的实现。
-
CSS Sticky footer
-
better-scroll实现联动