本项目来源于慕课网黄轶老师的Vue.js2.5+cube-ui重构饿了么App https://coding.imooc.com/learn/list/74.html。
- vue-cli搭建项目脚手架
- cube-ui 实现页面布局,及所有的动画效果
- vue
- vue-axios实现跨域
- stylus
- webpack实现项目的打包构建
- 商品页,加入购物车动画
- 弹出购物车 商品详情页
- 分类切换 图片左右滑动
###安装
项目地址:(git clone
)
git clone https://github.com/lt1231/vue-sell-cube.git
通过npm
安装本地服务第三方依赖模块(需要已安装Node.js)
npm install
启动服务(http://localhost:8080)
npm run dev
发布代码
npm run build
安装 vue-cli
npm install -g vue-cli
安装 vue-cli eslint
npm install -g eslint
安装依赖 friendly-errors-webpack-plugin
npm install friendly-errors-webpack-plugin --save-dev
###实现的功能
- 商品滚动 ,商品滚轮滚动
- 商品联动
- 加入购物车,移除购物车
- 显示评论 评论筛选
- 图片左右滑动
- 商品详情 父子组件的通信
- 等等