This is an example of Vuex with Vue 3 composition API. The composition API is a new API for creating components in Vue 3. It presents a clean and flexible way to compose logic inside and between components. Vuex is a state management library created by the Vue team and built solely for use with Vue. Vuex becomes crucial when your Vue app gets more complex as it grows.
- How to use Vuex with Vue 3 Composition API
- Vuex tutorial (Vue.js state management)
- Vue.js 3 Tutorial
- Vue 2 Basics Beginner Tutorial
- Vue.js 2 Components, Beginners tutorial
npm install
npm run serve
npm run build
npm run lint