nuxt-vuex-router-sync
v0.0.3
Published
vuex-router-sync integration for Nuxt
Downloads
9,058
Readme
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)