All Projects → axhello → Vuex Douyu

axhello / Vuex Douyu

vuex2斗鱼直播页面

Projects that are alternatives of or similar to Vuex Douyu

Mall Vue
基于Vue+Vuex+iView的电子商城网站
Stars: ✭ 929 (+3103.45%)
Mutual labels:  vuex
Blog Admin
personal blog administration and management, by iview
Stars: ✭ 13 (-55.17%)
Mutual labels:  vuex
Nuxt.js
The Intuitive Vue(2) Framework
Stars: ✭ 38,986 (+134334.48%)
Mutual labels:  vuex
Cocomusic
a simple music player built by electron and vue
Stars: ✭ 937 (+3131.03%)
Mutual labels:  vuex
Nuxt Ssr Demo
✨ 高仿掘金,整合 vue + nuxt + axios + vuex + vue-router (nuxt 自带 vuex 和 vue-router),一个基于 Nuxt 的服务器端渲染 Demo
Stars: ✭ 856 (+2851.72%)
Mutual labels:  vuex
Vue Form Base
Form-Generator for editing plain or nested Javascript objects and getting reactive Vuex Result.
Stars: ✭ 14 (-51.72%)
Mutual labels:  vuex
Vue Entity Adapter
Package to maintain entities in Vuex.
Stars: ✭ 20 (-31.03%)
Mutual labels:  vuex
Ctph h5 wx
It's a vue SPA wechat webapp
Stars: ✭ 28 (-3.45%)
Mutual labels:  vuex
Vue Qq
🎨 Vue family bucket with socket.io and express/koa2 , create a web version of mobile QQ, supporting real-time group chat, real-time private chat, special care, shielding chat, smart IP geographic location, real-time display temperature and other QQ core functions
Stars: ✭ 861 (+2868.97%)
Mutual labels:  vuex
Vms
A Vue.js 2.0 Content Management System
Stars: ✭ 885 (+2951.72%)
Mutual labels:  vuex
Vivo Shop
基于vue2.0+实现的vivo移动端商城(vue+vuex-ruoter+axios)
Stars: ✭ 846 (+2817.24%)
Mutual labels:  vuex
Vue Music
基于vue2.0的网易云音乐播放器,api来自于NeteaseCloudMusicApi,v2.0为最新版本
Stars: ✭ 855 (+2848.28%)
Mutual labels:  vuex
Reo
🍯 regularjs and stateman based spa framework, inspired by redux, vuex and choo
Stars: ✭ 14 (-51.72%)
Mutual labels:  vuex
Vuex Demo
Stars: ✭ 25 (-13.79%)
Mutual labels:  vuex
Vue Chatroom
Vue全家桶 + socket.io + express 搭建的聊天室+ 智能问答助手
Stars: ✭ 27 (-6.9%)
Mutual labels:  vuex
Vue Loadable
⏳ Improve your loading state control with pretty simple methods and helpers.
Stars: ✭ 23 (-20.69%)
Mutual labels:  vuex
Mail Board
Sample vuex application for meet.js Gdańsk meeting
Stars: ✭ 13 (-55.17%)
Mutual labels:  vuex
Tic Tac Vue
A simple Tic-Tac-Toe game written in Vue.
Stars: ✭ 29 (+0%)
Mutual labels:  vuex
Vue Gok
vue2.0-王者荣耀助手
Stars: ✭ 27 (-6.9%)
Mutual labels:  vuex
Danmu.go
基于golang的命令行形式的直播网站(斗鱼)的弹幕浏览
Stars: ✭ 14 (-51.72%)
Mutual labels:  douyu

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].