Skip to content

Vuex and Vue-Rx test repository to better understand state management techniques in Vue

Notifications You must be signed in to change notification settings

rafischer1/vue-toast-messenger-etc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue: Toast + Messenger + Etc

🔨 Vuex state management and full RxJS services

🍞 Toasts Rendered with Vuex store

📫 Messages sent using RxJS Subjects + Observables through a service

🌀 RxJS Subjects control toggling of side nav icons / components

🎨 Observables control selection of palette colors

Deployed URL: fischer-vuex-vuerx.surge.sh

.commands {
    install: npm install;
    run: npm run serve;
    build: npm run build;
    test: npm run test:unit;
}

colors

<template style="color: #e24e42; ">Error/Alert</template>
<div style="color: #333333;">Dark</div>

About

Vuex and Vue-Rx test repository to better understand state management techniques in Vue

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published