Skip to content

iAbby/vue1

Repository files navigation

仿饿了么

亮点

1、涵盖vue及其全家桶常用知识点

2、解决苹果手机橡皮筋效果和微信下拉露底效果

效果

最终效果

注意事项

1、CSS代码使用Scss编写

2、页面滚动使用better-scroll插件

功能实现

01、商品页展示(包含左右联动,浏览状态保留)

02、评价页展示

03、商家页展示

04、商品详情页展示

05、添加购物车功能

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint