vue2.0 仿蘑菇街 - Go语言中文社区

vue2.0 仿蘑菇街


Vue2.0 仿蘑菇街

项目地址:github

可以这样用

登录一下
图片描述

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

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

图片描述

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.

  • 主要技术栈

    • vue2.0(数据绑定)
    • vue-router(SPA)
    • vuex
    • es6、html5、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
版权声明:本文来源CSDN,感谢博主原创文章,遵循 CC 4.0 by-sa 版权协议,转载请附上原文出处链接和本声明。
原文链接:https://blog.csdn.net/weixin_34306446/article/details/89039672
站方申明:本站部分内容来自社区用户分享,若涉及侵权,请联系站方删除。
  • 发表于 2020-03-07 15:14:59
  • 阅读 ( 987 )
  • 分类:前端

0 条评论

请先 登录 后评论

官方社群

GO教程

猜你喜欢