JSPM

nuxt-linkedin-insight-tag

0.1.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 74
  • Score
    100M100P100Q79135F
  • License MIT

Add Linkedin Insight Tag to your nuxt.js application

Package Exports

  • nuxt-linkedin-insight-tag

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (nuxt-linkedin-insight-tag) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Nuxt Linkedin Insight Tag

npm version npm downloads

Add Linkedin Insight Tag to your nuxt.js application.

Note: nuxt linkedin is not enabled in dev mode. You can set environment variable NODE_ENV to production for testing in dev mode.

Setup

  • Add nuxt-linkedin-insight-tag dependency using yarn or npm to your project npm install nuxt-linkedin-insight-tag or yarn install nuxt-linkedin-insight-tag
  • Add nuxt-linkedin-insight-tag to modules section of nuxt.config.js
modules: [
    ['nuxt-linkedin-insight-tag', { 
      linkedin_id: 'your-partner-id', 
  }],
]

You can find partner id on your Linkedin Business Page, under Assets Account > Insight Tag

Options

linkedin_id

  • Required
  • Linkedin Partner ID

License

MIT © Hamjs