All Projects → doterlin → vue-user-center

doterlin / vue-user-center

Licence: other
💻一个用vue.js(2.0)写的直播类应用web端个人中心

Programming Languages

Vue
7211 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to vue-user-center

Vue Video Player
🎞 @videojs component for @vuejs
Stars: ✭ 4,026 (+7355.56%)
Mutual labels:  spa, vue-resource
spa
Single Page Application template
Stars: ✭ 18 (-66.67%)
Mutual labels:  spa
react-redux-boilerplate
A React boilerplate based on Redux, React Router, styled components and Parcel
Stars: ✭ 62 (+14.81%)
Mutual labels:  spa
hacker-feud
💥 A single page web game made with Svelte.
Stars: ✭ 61 (+12.96%)
Mutual labels:  spa
laravel-vue-spa-boilerplate
Laravel Vue Spa BoilerPlate
Stars: ✭ 36 (-33.33%)
Mutual labels:  spa
dimigoin-front-v2
한국디지털미디어고등학교 인트라넷, 디미고인
Stars: ✭ 19 (-64.81%)
Mutual labels:  spa
Vuetober
A webpack starting point for single page apps with October CMS and Vue
Stars: ✭ 251 (+364.81%)
Mutual labels:  spa
sharesome
Share files quickly from your remote storage
Stars: ✭ 21 (-61.11%)
Mutual labels:  spa
single-spa-parcel-example
An example of web app built with multiple microfrontends running in different VM's using the single-spa framework.
Stars: ✭ 56 (+3.7%)
Mutual labels:  spa
Blapy
jQuery plugin that helps you to create and manage ajax and single page web applications (SPA) with almost no javascript coding to do it
Stars: ✭ 30 (-44.44%)
Mutual labels:  spa
dimigoin-front
Official Korea Digital Media Highschool Intranet Service, DIMIGOIN
Stars: ✭ 34 (-37.04%)
Mutual labels:  spa
wp-api-vuejs-poc
Proof of concept WordPress plugin to submit posts from the front end using the WordPress REST API and Vue.js
Stars: ✭ 19 (-64.81%)
Mutual labels:  vue-resource
elm-spa
Pure Elm library to easily build Single Page Applications
Stars: ✭ 37 (-31.48%)
Mutual labels:  spa
vue-auth-boilerplate
This is a simple Vue template/starter kit, scaffolded on vue-cli 3, with full Auth functions to Login & Register
Stars: ✭ 77 (+42.59%)
Mutual labels:  spa
gecko-home-assistant
Home Assistant integration for spas equipped with Gecko Alliance in.touch2 modules
Stars: ✭ 41 (-24.07%)
Mutual labels:  spa
Laravel Vue Spa
A Laravel-Vue SPA starter kit.
Stars: ✭ 2,889 (+5250%)
Mutual labels:  spa
project-acorn-ssr
A Vue.js SPA built around the WordPress REST API with Vuex, Vue Router, Axios and SSR.
Stars: ✭ 14 (-74.07%)
Mutual labels:  spa
karax
Karax. Single page applications for Nim.
Stars: ✭ 932 (+1625.93%)
Mutual labels:  spa
nandomoreira.me-nuxt-theme
🏃🏻‍♂️ My superfast personal SPA blog/site using Vuejs and Nuxt :D
Stars: ✭ 44 (-18.52%)
Mutual labels:  spa
effectiveweb.training
Repository for Effective Web Online Course / airhacks.io
Stars: ✭ 17 (-68.52%)
Mutual labels:  spa

vue-user-center

一个用vue.js(2.0)写的直播类应用web端个人中心

github地址:https://github.com/doterlin/vue-user-center

演示地址:https://doterlin.github.io/vue-user-center/

截图

下载

git clone [email protected]:doterlin/vue-user-center.git

或者下载zip

编译

npm run build

框架及插件

应用结构

组件的父子关系和位置大概如下:

应用结构

使用chrome插件Vue.js devtools也可以清晰的查看应用的组件组成及相关数据:

Vue.js devtools

说明

  • 里面包含一些实用的小组件可复用(分页组件,数据展示表格,Loading组件等)
  • 本项目开始时,但是不排除日后扩展,所以在状态管理处理时使用了vuex
  • 所有对代码解释已在注释中,方便查看
  • 一些组件有写到一些url,只是为了表明在实际开发时需要请求后台,在此示例中为了演示效果所以并没有用到
  • loading状态是用setTimeout方法演示,并非真正请求后台
  • 需要查看登录演示请移步vue-example-login
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].