Created
July 19, 2018 15:16
-
-
Save sanath-kumar/baf15a358072c740cf7f7ace0cb65386 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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