Vuex Douyu Save Abandoned

vuex2斗鱼直播页面

Project README

Vuex版的斗鱼 (vuex-douyu)

使用技术栈: webpack + vuejs+ vuex + axios + vue-router

更改使用本地Proxy代理,解决跨域问题

proxyTable: {	
  '/api': {	
    target: 'http://open.douyucdn.cn/api/RoomApi',	
    changeOrigin: true,	
    pathRewrite: {	
      '^/api': ''	
    }	
  },	
  '/category': {	
    target: 'https://m.douyu.com/category',	
    changeOrigin: true,	
    pathRewrite: {	
      '^/category': ''	
    }	
  }	
}	
```	

## 动图演示	
![demo-1](https://github.com/axhello/vuex-douyu/blob/master/screenshot/demo-1.gif)	
![demo-2](https://github.com/axhello/vuex-douyu/blob/master/screenshot/demo-2.gif)	

## 本地运行	

 ``` bash
# install dependencies
npm install or yarn install
# serve with hot reload at localhost:8080
npm run dev or yarn run dev
# build for production with minification
npm run build
Open Source Agenda is not affiliated with "Vuex Douyu" Project. README Source: axhello/vuex-douyu
Stars
29
Open Issues
0
Last Commit
5 years ago

Open Source Agenda Badge

Open Source Agenda Rating