此项目是重构饿了么45个单页应用
此项目属于重构,其中还有许多做的不足之处,会继续做代码优化,如果大家有更好的建议或者问题可以加入我的交流群里交流:
QQ群:157028081
vue2 + vuex + vue-router + axios + webpack + ES6 + sass + flex + svg
项目所用到的数据是通过参考饿了么官网获取数据
在写项目的同时也会相继有记录项目开发过程的相关文章:
饿了么45个页面重构(二):axios的应用及首页和city页面相关
饿了么45个页面重构(四):vuex的使用和food页面开发一
饿了么45个页面重构(五)transition动画使用及food页面开发二
饿了么45个页面重构(七):v-if与v-show的区别及shop组件开发
饿了么45个页面重构(八):appear的用法和购物车按钮组件开发
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
For a detailed explanation on how things work, check out the guide and docs for vue-loader.