Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/daliborgogic/nuxt-interpolation

Nuxt.js module as directive for binding every link to catch the click event, and if it's a relative link router will push.
https://github.com/daliborgogic/nuxt-interpolation

absolute external internal links nuxt relative router

Last synced: about 2 months ago
JSON representation

Nuxt.js module as directive for binding every link to catch the click event, and if it's a relative link router will push.

Awesome Lists containing this project

README

        

# nuxt-interpolation

> [Nuxt.js](https://github.com/nuxt/nuxt.js/) module as directive for binding every link to catch the click event, and if it's a relative link router will push. For improved security `rel="noopener"` will be added automatically if target is `_blank`

> :warning: For Nuxt 3, see [here](https://github.com/daliborgogic/interpolation)

## Setup

### Install the module
```
npm install nuxt-interpolation
# or
yarn add nuxt-interpolation
```

### Register the module
```javascript
{
modules: [
'nuxt-interpolation',
]
}
```

## Usage

```html


```

## License

[MIT](https://opensource.org/licenses/MIT)