Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daliborgogic/interpolation
https://github.com/daliborgogic/interpolation
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/daliborgogic/interpolation
- Owner: daliborgogic
- License: mit
- Created: 2021-11-19T15:58:54.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-03T12:49:55.000Z (7 months ago)
- Last Synced: 2024-10-10T17:41:19.358Z (about 1 month ago)
- Language: TypeScript
- Size: 366 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)