
Product
Secure Your AI-Generated Code with Socket MCP
Socket MCP brings real-time security checks to AI-generated code, helping developers catch risky dependencies before they enter the codebase.
nuxt-intercom
Advanced tools
NuxtJS module for Intercom
nuxt-intercom
dependency to your project:npm install nuxt-intercom
nuxt-intercom
module and configuration to nuxt.config.js
:export default {
// ...other config options
modules: ["nuxt-intercom"];
intercom: {
appId: 'dad234asd',
}
}
nuxt-intercom
to the types
section of tsconfig.json
:{
"compilerOptions": {
"types": ["nuxt-intercom"]
}
}
appId
String
The app_id of your Intercom app which will indicate where to store any data.
hideDefaultLauncher
Boolean
false
Hide the default launcher icon. Setting to false will forcefully show the launcher icon.
alignment
String
right
Dictate the alignment of the default launcher icon to be on the left/right. Possible values: "left" or "right" (any other value is treated as right).
horizontalPadding
Number
20
Move the default launcher icon horizontally. Padding from right side of screen Minimum value: 20.
verticalPadding
Number
20
Move the default launcher icon vertically. Padding from bottom of screen. Minimum value: 20.
enableMobilePadding
Boolean
false
Apply the verticalPadding
property to mobile devices.
It can be used inside components like:
<button type="button" @click="$intercom('show')">Chat with us</button>
Intercom: Javascript API: Methods
See the LICENSE file for license rights and limitations (MIT).
FAQs
NuxtJS module for Intercom
The npm package nuxt-intercom receives a total of 334 weekly downloads. As such, nuxt-intercom popularity was classified as not popular.
We found that nuxt-intercom demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket MCP brings real-time security checks to AI-generated code, helping developers catch risky dependencies before they enter the codebase.
Security News
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
Research
Security News
Socket’s Threat Research Team has uncovered 60 npm packages using post-install scripts to silently exfiltrate hostnames, IP addresses, DNS servers, and user directories to a Discord-controlled endpoint.