All Projects → daliborgogic → nuxt-interpolation

daliborgogic / nuxt-interpolation

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

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to nuxt-interpolation

Router Module
Nuxt.js module to use router.js instead of pages/ directory.
Stars: ✭ 322 (+747.37%)
Mutual labels:  router, nuxt
babel-collect-imports
Recursively collect all the internal and external dependencies from an entry point
Stars: ✭ 33 (-13.16%)
Mutual labels:  internal, external
vue-link
One component to link them all 🔗
Stars: ✭ 65 (+71.05%)
Mutual labels:  links, nuxt
yarr
A React router library enabling the render-as-you-fetch concurrent UI pattern.
Stars: ✭ 97 (+155.26%)
Mutual labels:  router
radvd
radvd | Official repository: https://github.com/radvd-project/radvd
Stars: ✭ 138 (+263.16%)
Mutual labels:  router
task-manager
Open-source task manager based on Kanban. Made with vue.js, koa2, mongodb\mongoose.
Stars: ✭ 23 (-39.47%)
Mutual labels:  nuxt
whip
Simple fast http server for nim based on httpbeast and nest for high performance routing
Stars: ✭ 55 (+44.74%)
Mutual labels:  router
yew-router
Router extension to yew
Stars: ✭ 27 (-28.95%)
Mutual labels:  router
isnuxt3ready
A community-built compatibility guide for Nuxt 3 modules
Stars: ✭ 106 (+178.95%)
Mutual labels:  nuxt
chomex
Chrome Extension Messaging Routing Kit / Promisify Chrome Messaging / LocalStorage Object Mapper
Stars: ✭ 41 (+7.89%)
Mutual labels:  router
highway
Highway - A Modern Javascript Transitions Manager
Stars: ✭ 1,349 (+3450%)
Mutual labels:  router
react-native-boilerplate
Ready-made structure of your next React Native application within a few minutes.
Stars: ✭ 36 (-5.26%)
Mutual labels:  router
universal-router
↩️ Router for every occasions
Stars: ✭ 64 (+68.42%)
Mutual labels:  router
TREE
You wont catch me paying for a monthly subscription to a service like linktree or manylink when I can build my own instead
Stars: ✭ 22 (-42.11%)
Mutual labels:  links
jooger.me
👍 My personal website,powered by @nuxt
Stars: ✭ 39 (+2.63%)
Mutual labels:  nuxt
hackaru-web
An web server for Hackaru
Stars: ✭ 20 (-47.37%)
Mutual labels:  nuxt
nuxt-tailwind-purgecss
A Nuxt.js example with Tailwind CSS v1.2 and Purgecss
Stars: ✭ 37 (-2.63%)
Mutual labels:  nuxt
v1.scott.ee
✅ My website built with nuxt.js and statically generated from WordPress.
Stars: ✭ 55 (+44.74%)
Mutual labels:  nuxt
Linkees
Awesome Linktree clone made with React ⚛️
Stars: ✭ 68 (+78.95%)
Mutual labels:  links
webneko-blog
✍️ Technical Blog written by @jiyuujin
Stars: ✭ 14 (-63.16%)
Mutual labels:  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. For improved security rel="noopener" will be added automatically if target is _blank

Setup

  • Add nuxt-interpolation as dependency
  • Add nuxt-interpolation to modules section of nuxt.config.js
{
  modules: [
    ['nuxt-interpolation']
  ]
}

Usage

<div v-interpolation v-html="content"></div>

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].