cd vue-ele-project/code // 进入文件
npm install // 安装依赖
npm run serve // 开发环境编译
vue-ele-project/code
│ .browserslistrc
│ .editorconfig
│ .eslintrc.js
│ .gitignore
│ babel.config.js
│ data.json
│ output.js
│ package-lock.json
│ package.json
│ postcss.config.js
│ prod.server.js
│ tree.txt
│ vue.config.js
├─public
│ favicon.ico
│ index.html
└─src
│ App.vue
│ cube-ui.js
│ main.js
│ register.js
│ theme.styl
├─api
│ helpers.js
│ index.js
├─assets
│ logo.png
├─common
│ ├─fonts
│ │ sell-icon.eot
│ │ sell-icon.svg
│ │ sell-icon.ttf
│ │ sell-icon.woff
│ ├─js
│ │ storage.js
│ ├─mixins
│ │ popup.js
│ │ rating.js
│ └─stylus
│ base.styl
│ icon.styl
│ index.styl
│ mixin.styl
│ variable.styl
└─components
├─bubble
│ bubble.vue
├─cart-control
│ cart-control.vue
├─food
│ food.vue
├─goods
│ goods.vue
├─header-detail
│ header-detail.vue
├─rating-select
│ rating-select.vue
├─ratings
│ ratings.vue
├─seller
│ seller.vue
├─shop-cart
│ shop-cart.vue
├─shop-cart-list
│ shop-cart-list.vue
├─shop-cart-sticky
│ shop-cart-sticky.vue
├─split
│ split.vue
├─star
│ star.vue
├─support-ico
│ support-ico.vue
├─tab
│ tab.vue
└─v-header
[email protected]
[email protected]
[email protected]
[email protected]
v-header.vue