Vuex is a state management pattern + library for Vue.
I have a Vue page like this: <template> </template> <script> created(){ this.doSomething(); } methods: { …