Skip to content

Instantly share code, notes, and snippets.

@sanath-kumar
Created July 19, 2018 15:16
Show Gist options
  • Save sanath-kumar/baf15a358072c740cf7f7ace0cb65386 to your computer and use it in GitHub Desktop.
Save sanath-kumar/baf15a358072c740cf7f7ace0cb65386 to your computer and use it in GitHub Desktop.
import Vue from 'vue'
import Vuex from 'vuex'
import Axios from 'axios'
Vue.use(Vuex);
export const store = new Vuex.Store({
state : {},
getters : {},
mutations : {},
actions : {}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment