基本信息
源码名称:VUE模仿JD商城
源码大小:0.29M
文件格式:.zip
开发语言:js
更新时间:2022-04-19
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
VUE模仿JD商城

.
├── VUE模仿JD商城.zip
└── supermall
    ├── LICENSE
    ├── README.md
    ├── babel.config.js
    ├── package-lock.json
    ├── package.json
    ├── postcss.config.js
    ├── public
    │   ├── favicon.ico
    │   └── index.html
    ├── src
    │   ├── App.vue
    │   ├── assets
    │   │   ├── css
    │   │   │   ├── base.css
    │   │   │   └── normalize.css
    │   │   └── img
    │   │       ├── cart
    │   │       │   └── tick.svg
    │   │       ├── common
    │   │       │   ├── arrow-left.svg
    │   │       │   ├── back.svg
    │   │       │   ├── collect.svg
    │   │       │   ├── placeholder.png
    │   │       │   └── top.png
    │   │       ├── detail
    │   │       │   ├── cart.png
    │   │       │   └── detail_bottom.png
    │   │       ├── home
    │   │       │   └── recommend_bg.jpg
    │   │       ├── profile
    │   │       │   ├── avatar.svg
    │   │       │   ├── cart.svg
    │   │       │   ├── message.svg
    │   │       │   ├── phone.svg
    │   │       │   ├── pointer.svg
    │   │       │   ├── shopping.svg
    │   │       │   └── vip.svg
    │   │       └── tabbar
    │   │           ├── category.svg
    │   │           ├── category_active.svg
    │   │           ├── home.svg
    │   │           ├── home_active.svg
    │   │           ├── profile.svg
    │   │           ├── profile_active.svg
    │   │           ├── shopcart.svg
    │   │           └── shopcart_active.svg
    │   ├── components
    │   │   ├── common
    │   │   │   ├── navbar
    │   │   │   │   └── NavBar.vue
    │   │   │   ├── scroll
    │   │   │   │   └── Scroll.vue
    │   │   │   ├── swiper
    │   │   │   │   ├── Swiper.vue
    │   │   │   │   ├── SwiperItem.vue
    │   │   │   │   └── index.js
    │   │   │   └── tabbar
    │   │   │       ├── TabBar.vue
    │   │   │       └── TabBarItem.vue
    │   │   └── content
    │   │       ├── backTop
    │   │       │   └── BackTop.vue
    │   │       ├── goods
    │   │       │   ├── GoodsList.vue
    │   │       │   └── GoodsListItem.vue
    │   │       ├── mainTabbar
    │   │       │   └── MainTabBar.vue
    │   │       └── tabControl
    │   │           └── TabControl.vue
    │   ├── main.js
    │   ├── network
    │   │   ├── home.js
    │   │   └── request.js
    │   ├── router
    │   │   └── index.js
    │   └── views
    │       ├── cart
    │       │   └── Cart.vue
    │       ├── category
    │       │   └── Category.vue
    │       ├── home
    │       │   ├── Home.vue
    │       │   └── childComps
    │       │       ├── FeatureView.vue
    │       │       ├── HomeSwiper.vue
    │       │       └── RecommendView.vue
    │       └── profile
    │           └── Profile.vue
    ├── vue.config.js
    └── yarn.lock

31 directories, 61 files