Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.27 KB

File metadata and controls

33 lines (27 loc) · 1.27 KB

Vuex with Vue 3 Composition API Example

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.

Video Tutorials:

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.