Skip to content

Awheat/vue2-douban-market

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

vue2-douban-market

这是基于vue2 + vue-router2 + vuex + axios 仿(豆瓣市集)的一个vue全家桶入门Demo!

线上访问地址

http://ingrace.cn/examples/7/douban/#/

手机扫码访问

Markdown

部分截图

Markdown

项目地址:(git clone

git clone https://github.com/Awheat/vue2-douban-market.git

安装

npm install

运行

npm run dev

浏览器输入:(http://localhost:8080)即可看到效果

发布

npm run build

技术栈

在此DEMO中使用了一下技术

  • vue2
  • vue-router2
  • vuex
  • webpack2
  • es6
  • axios
  • vue-infinite-scroll
  • vue-lazyload

目录结构

.
├── README.md           
├── build              // 构建服务和webpack配置
├── config             // 项目不同环境的配置
├── dist               // 项目build目录
├── index.html         // 项目入口文件
├── package.json       // 项目配置文件
├── src
│   ├── assets         // css js 和图片资源
│   ├── components     // 各种组件
│   ├── mock           // 模拟数据
│   ├── pages          // 各页面
│   ├── router         // 存放路由的文件夹
│   ├── store	       // 状态管理store
│   ├── App.Vue        // 模板文件入口
│   └── main.js        // Webpack 预编译入口
│	

感谢

感谢您的来访 ,如果对于您有帮助 ,就使劲的给个Star吧 ! ^_^

About

一个vue全家桶入门Demo !

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published