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
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-tagdependency using yarn or npm to your projectnpm install nuxt-linkedin-insight-tagoryarn install nuxt-linkedin-insight-tag - Add
nuxt-linkedin-insight-tagtomodulessection ofnuxt.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