This module is not yet compatible with Nuxt 3
Head over to v2.nuxt.com

nuxt-vuex-router-sync

vuex-router-sync module for Nuxt to effortlessly keep vue-router and vuex store in sync.

nuxt-vuex-router-sync

npm (scoped with tag)npmCircleCICodecovDependenciesjs-standard-style

vuex-router-sync integration for Nuxt

📖 Release Notes

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 to modules section of nuxt.config.js
{
  modules: [
    'nuxt-vuex-router-sync',
 ]
}

License

MIT License

Copyright (c) Paul Gascou-Vaillancourt (@paulgv)