1.1.2 • Published 7 months ago

nuxt3-vuex-module v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

nuxt3-vuex-module

Vuex stores feature for Nuxt3

npm version

This should read all your store folder the same way as Nuxt 2 does.

It reads store folder, supports nested modules and SSR.
It however doesn't support separated files state.js, actions.js, mutations.js, etc.

Install

yarn add nuxt3-vuex-module

Add to your Nuxt 3 config file as following:

export default defineNuxtConfig({
  modules: [
    'nuxt3-vuex-module',
  ],
})
1.1.1

7 months ago

1.1.2

7 months ago

1.1.0

1 year ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.11

2 years ago

1.0.12

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago