Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/paulgv/nuxt-vuex-router-sync

vuex-router-sync ingegration for Nuxt
https://github.com/paulgv/nuxt-vuex-router-sync

nuxt vuex-router-sync

Last synced: about 2 months ago
JSON representation

vuex-router-sync ingegration for Nuxt

Awesome Lists containing this project

README

        

# nuxt-vuex-router-sync
[![npm (scoped with tag)](https://img.shields.io/npm/v/nuxt-vuex-router-sync/latest.svg?style=flat-square)](https://npmjs.com/package/nuxt-vuex-router-sync)
[![npm](https://img.shields.io/npm/dt/nuxt-vuex-router-sync.svg?style=flat-square)](https://npmjs.com/package/nuxt-vuex-router-sync)
[![CircleCI](https://img.shields.io/circleci/project/github/paulgv/nuxt-vuex-router-sync.svg?style=flat-square)](https://circleci.com/gh/paulgv/nuxt-vuex-router-sync)
[![Codecov](https://img.shields.io/codecov/c/github/paulgv/nuxt-vuex-router-sync.svg?style=flat-square)](https://codecov.io/gh/paulgv/nuxt-vuex-router-sync)
[![Dependencies](https://david-dm.org/paulgv/nuxt-vuex-router-sync/status.svg?style=flat-square)](https://david-dm.org/paulgv/nuxt-vuex-router-sync)
[![js-standard-style](https://img.shields.io/badge/code_style-standard-brightgreen.svg?style=flat-square)](http://standardjs.com)

> vuex-router-sync integration for Nuxt

[📖 **Release Notes**](./CHANGELOG.md)

## Features

Enable [vuex-router-sync](https://github.com/vuejs/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`

```js
{
modules: [
'nuxt-vuex-router-sync',
]
}
```

## License

[MIT License](./LICENSE)

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