vue2.0 仿蘑菇街

Vue2.0 仿蘑菇街

项目地址: github

能够这样用

登陆一下
图片描述css

左边右边都会滚滚滚的分类啦
图片描述html

喜欢就点个小星星
图片描述vue

图片描述

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

For detailed explanation on how things work, checkout the guide and docs for vue-loader.html5

  • 主要技术栈webpack

    • vue2.0(数据绑定)
    • vue-router(SPA)
    • vuex
    • es六、html五、css3
    • axios
  • 组件库
    mint-ui

目录

|
|—— build 
|—— config
|——src : dev resources.
| |—— assets/
| |    |____css
| |    |____images    
| |—— public/ 公共组件
| |    |____ BottomNav.vue
| |    |____ SearchBar.vue     
| |    |____ TabBar.vue  
| |    |____ sidebar.vue  
| |—— page
| |    |____ cart
| |    |____ category
| |    |____ good
| |    |____ mainframe
| |    |____ mine
| |—— router/
| |    |____ index.js 路由映射
| |—— store/ 
| |    |____ store.js
| |—— App.vue :neteast-yanxuan SPA
| |__ main.js : the entry of douban-movieSPA
|
|__ static : static files
相关文章
相关标签/搜索