Skip to content

Instantly share code, notes, and snippets.

@duwaljyoti
Last active March 9, 2018 00:10
Show Gist options
  • Save duwaljyoti/d1395b36d65a17cb5aa1441e0a5c3bb3 to your computer and use it in GitHub Desktop.
Save duwaljyoti/d1395b36d65a17cb5aa1441e0a5c3bb3 to your computer and use it in GitHub Desktop.
import state from './state'; // note's state
import actions from './actions'; //note's action
import mutations from './mutations'; // note's mutation
const store = new Vuex.Store({
state,
actions,
mutations,
});
export default store;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment