paulgv / nuxt-vuex-router-sync

vuex-router-sync ingegration for Nuxt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nuxt-vuex-router-sync

npm (scoped with tag) npm CircleCI Codecov Dependencies js-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)

About

vuex-router-sync ingegration for Nuxt

License:MIT License


Languages

Language:JavaScript 96.0%Language:Vue 4.0%