Starter template for a Vue 3 project using Vuex for state management
This project shows what code is needed to turn a plain Vue app into one that uses Vuex for state management.
In particular, see this file, which is not in a standard Vue app.
For more info, see Vuex resources.
The Vue CLI was used generate the base files for this template:
$ vue create my-app
Vue 3 and Vuex were chosen. Linting, formatting and Babel were turned off.
For a set up without Vuex, see Vue Quickstart:
To learn more about Vue and Vuex, see Vue resources.
$ yarn install
$ yarn start
Open the browser at:
Released under MIT by @MichaelCurrin.