All Projects → spartez → Mail Board

spartez / Mail Board

Licence: apache-2.0
Sample vuex application for meet.js Gdańsk meeting

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Mail Board

Vue Meteor
🌠 Vue first-class integration in Meteor
Stars: ✭ 893 (+6769.23%)
Mutual labels:  vuex
Vue Loadable
⏳ Improve your loading state control with pretty simple methods and helpers.
Stars: ✭ 23 (+76.92%)
Mutual labels:  vuex
Vue Music
基于vue2.0的网易云音乐播放器,api来自于NeteaseCloudMusicApi,v2.0为最新版本
Stars: ✭ 855 (+6476.92%)
Mutual labels:  vuex
Easy Vue
Learn vueJS Easily 👻
Stars: ✭ 896 (+6792.31%)
Mutual labels:  vuex
Vuex Mappers
Component agnostic Vuex mappers
Stars: ✭ 19 (+46.15%)
Mutual labels:  vuex
Vuex Demo
Stars: ✭ 25 (+92.31%)
Mutual labels:  vuex
Vue2 Study
vue 的webpack配置,按需加载,element-ui,vuex
Stars: ✭ 16 (+23.08%)
Mutual labels:  vuex
Laravel Blog 5.6.5
Learning Laravel by making simple Blog
Stars: ✭ 12 (-7.69%)
Mutual labels:  sample-app
Vue Entity Adapter
Package to maintain entities in Vuex.
Stars: ✭ 20 (+53.85%)
Mutual labels:  vuex
Yesplaymusic
高颜值的第三方网易云播放器,支持 Windows / macOS / Linux
Stars: ✭ 12,981 (+99753.85%)
Mutual labels:  vuex
Jdf Phone Ui
🖖 前端混合开发整合框架(cordova插件,微信,H5)
Stars: ✭ 18 (+38.46%)
Mutual labels:  vuex
Manhuaren
vue2.0全家桶,仿漫画人官网(移动端)
Stars: ✭ 18 (+38.46%)
Mutual labels:  vuex
Cocomusic
a simple music player built by electron and vue
Stars: ✭ 937 (+7107.69%)
Mutual labels:  vuex
Vuejs Snippets
Collection of Vuejs 2.0+ snippets
Stars: ✭ 17 (+30.77%)
Mutual labels:  vuex
Nuxt Ssr Demo
✨ 高仿掘金,整合 vue + nuxt + axios + vuex + vue-router (nuxt 自带 vuex 和 vue-router),一个基于 Nuxt 的服务器端渲染 Demo
Stars: ✭ 856 (+6484.62%)
Mutual labels:  vuex
Vue Chat
👥Vue全家桶+Socket.io+Express/Koa2打造一个智能聊天室。
Stars: ✭ 887 (+6723.08%)
Mutual labels:  vuex
Mall Vue
基于Vue+Vuex+iView的电子商城网站
Stars: ✭ 929 (+7046.15%)
Mutual labels:  vuex
Blog Admin
personal blog administration and management, by iview
Stars: ✭ 13 (+0%)
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 (+6523.08%)
Mutual labels:  vuex
Vivo Shop
基于vue2.0+实现的vivo移动端商城(vue+vuex-ruoter+axios)
Stars: ✭ 846 (+6407.69%)
Mutual labels:  vuex

Mail board

The application has been created as an example usage of vuex library for meet.js Gdańsk #15. Feel free to comment and contribute.

Mail board

Running the app

To start:

$ npm install
$ npm run dev

Visit http://localhost:4012 and click the "SIGN IN" link in the upper right. Gmail threads from your mailbox should be loaded then.

Studying the source code

A good place to start is client/store/index.js and client/components/Board.vue.

How to start contributing

You can either ask me at [email protected] where to start or simply do something from the list below:

  • create nice log-in screen,
  • fix design to be compliant with Material Design,
  • fix loading images in e-mails,
  • add possibility to filter messages,
  • add search functionality,
  • finish the "respond" functionality,
  • make it possible to create new thread,
  • anything else you find interesting and worth doing.

License:

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
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].