Typed Vuex
    • Introduction
  • Getting Started
    • Getting started (Nuxt)
    • Getting started (Vue)
  • Accessor
    • Introduction
    • Dynamic modules
    • Customisation
  • Store
    • State
    • Getters
    • Mutations
    • Actions
  • Examples
    • Normal usage
    • Typescript runtime
    • Without Nuxt

Normal usage

Vanilla, strongly-typed store accessor.

Loading CodeSandbox...

Actions
Typescript runtime