Skip to content

Instantly share code, notes, and snippets.

@meshboy
Created September 11, 2018 01:34
Show Gist options
  • Save meshboy/5f4dc4515cfba2911d6a2685cce042ad to your computer and use it in GitHub Desktop.
Save meshboy/5f4dc4515cfba2911d6a2685cce042ad to your computer and use it in GitHub Desktop.
import Vue from 'vue';
import Vuex from 'vuex';
Vue.use(Vuex);
export const store = new Vuex.Store({
state: {
counter: 0
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment