Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/metricloop/vuex-events-messaging-demo

A quick demo on how to set up and use Vuex to create a events messaging system
https://github.com/metricloop/vuex-events-messaging-demo

Last synced: about 1 month ago
JSON representation

A quick demo on how to set up and use Vuex to create a events messaging system

Lists

README

        

# vuex-events-messaging-demo

> A [Metric Loop](https://metricloop.com) Demo

This demo will show you how to get up and running with Vuex. For a detailed walkthrough on how to use it, check out our [blog post](https://metricloop.com/blog/how-to-use-vuex-to-build-a-feature).

## Build Setup

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build
```