Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/daliborgogic/interpolation


https://github.com/daliborgogic/interpolation

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

        

# nuxt3-interpolation

> [Nuxt.js](https://github.com/nuxt/framework) 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 2, see [here](https://github.com/daliborgogic/nuxt-interpolation)

## Setup

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

```javascript
{
buildModules: [
// Error: exports is not defined in ES module scope
// 'nuxt3-interpolation'
// Fix
'~/node_modules/nuxt3-interpolation/index.cjs'
]
}
```

## Usage

```html


```

## License

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