axhello / vuex-douyu

vuex2斗鱼直播页面

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 demo-2

本地运行

# 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

About

vuex2斗鱼直播页面


Languages

Language:Vue 61.5%Language:JavaScript 25.5%Language:CSS 10.9%Language:HTML 2.0%