This module is not yet compatible with Nuxt 3
Head over to v2.nuxt.com
nuxt-vuex-router-sync
nuxt-vuex-router-sync
vuex-router-sync module for Nuxt to effortlessly keep vue-router and vuex store in sync.
nuxt-vuex-router-sync
vuex-router-sync integration for Nuxt
Features
Enable vuex-router-sync in your Nuxt application.
Setup
- Add
nuxt-vuex-router-sync
dependency using yarn or npm to your project - Add
nuxt-vuex-router-sync
tomodules
section ofnuxt.config.js
{
modules: [
'nuxt-vuex-router-sync',
]
}
License
Copyright (c) Paul Gascou-Vaillancourt (@paulgv)