simonkes / vue---shopping-mall

vue - shopping mall

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue 单页商场项目

应用技术,vue全家桶+vue-resourse.

设计h5微信支付,支付宝支付,微信公众号支付

.
├── App.vue
├── assets
│   ├── css
│   │   └── reset.css
│   └── img
│       
├── components
│   ├── address
│   │   ├── addressList.vue
│   │   └── editAddress.vue
│   ├── antScore
│   │   ├── authInfo.scss
│   │   ├── authInfo.vue
│   │   └── authPage.vue
│   ├── book
│   │   ├── Featured
│   │   │   ├── book
│   │   │   ├── books.vue
│   │   │   └── index.vue
│   │   ├── bookInfo
│   │   │   └── bookInfo.vue
│   │   ├── car.vue
│   │   ├── collect.vue
│   │   ├── common
│   │   │   ├── bookList.vue
│   │   │   ├── fail.vue
│   │   │   ├── header.vue
│   │   │   ├── rules.vue
│   │   │   ├── scrollView.vue
│   │   │   └── success.vue
│   │   ├── home.vue
│   │   ├── index.vue
│   │   ├── list
│   │   │   ├── english.vue
│   │   │   ├── hot.vue
│   │   │   ├── new.vue
│   │   │   ├── series.vue
│   │   │   └── seriesList.vue
│   │   ├── mine
│   │   │   ├── age.vue
│   │   │   ├── order.vue
│   │   │   ├── plan.vue
│   │   │   ├── planInfo.vue
│   │   │   └── setting.vue
│   │   ├── mine.vue
│   │   ├── order
│   │   │   ├── orderCard.vue
│   │   │   ├── orderCardInfo.vue
│   │   │   ├── orderInfo.vue
│   │   │   └── orderMessage.vue
│   │   └── search
│   │       ├── perSearch.vue
│   │       ├── perSearchResult.vue
│   │       ├── search.vue
│   │       └── searchResult.vue
│   ├── common
│   │   ├── agreement.vue
│   │   ├── download.vue
│   │   ├── forget.vue
│   │   ├── login.vue
│   │   ├── logincode.vue
│   │   ├── register.vue
│   │   └── share.vue
│   ├── goods
│   │   ├── goodsinfo.vue
│   │   └── goodslease.vue
│   ├── help
│   │   ├── logistics.vue
│   │   ├── service.vue
│   │   └── transaction.vue
│   ├── index
│   │   ├── car.vue
│   │   ├── chaneel.vue
│   │   ├── index.vue
│   │   ├── main.vue
│   │   ├── mine.vue
│   │   ├── moreHot.vue
│   │   └── order.vue
│   ├── list
│   │   ├── goodsList.vue
│   │   ├── list.vue
│   │   └── listCompent.vue
│   ├── mine
│   │   ├── about.vue
│   │   ├── authentication.vue
│   │   ├── card.vue
│   │   ├── collection.vue
│   │   ├── help.vue
│   │   ├── opinion.vue
│   │   └── setting.vue
│   ├── order
│   │   ├── orderAction.vue
│   │   ├── orderInfo.vue
│   │   ├── orderLogistics.vue
│   │   ├── orderReturn.vue
│   │   ├── orderSuccess.vue
│   │   ├── settlement.vue
│   │   └── sinceCompent.vue
│   ├── search
│   │   └── search.vue
│   ├── shop
│   │   ├── selected.vue
│   │   ├── shop.vue
│   │   └── shopInfo.vue
│   └── user
├── main.js
├── router
│   ├── index.js
│   └── static
├── services
│   ├── api.js
│   ├── getQuery.js
│   ├── index.js
│   └── read.txt
└── store
    └── index.js

About

vue - shopping mall


Languages

Language:Vue 89.0%Language:JavaScript 8.9%Language:HTML 1.3%Language:CSS 0.8%