Skip to content

qirolab/vuex-with-composition-api-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published