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
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。