
Company News
Socket Named to Rising in Cyber 2026 List of Top Cybersecurity Startups
Socket was named to the Rising in Cyber 2026 list, recognizing 30 private cybersecurity startups selected by CISOs and security executives.
@huntersofbook/core-nuxt
Advanced tools

This module huntersofbook team created.
pnpm add @huntersofbook/plausible-nuxt
yarn add @huntersofbook/plausible-nuxt
pnpm add @huntersofbook/plausible-nuxt
export default defineNuxtConfig({
modules: [
'@huntersofbook/plausible-nuxt'
],
plausible: {
init: {
domain: 'localhost',
apiHost: 'https://site.com',
trackLocalhost: true
}
}
})
<script setup lang="ts">
const { trackEvent } = usePlausible()
</script>
<template>
<div>
<button @click="trackEvent('nuxt')">
click me
</button>
</div>
</template>
<script setup lang="ts">
const { trackPageview } = usePlausible()
</script>
Plausible() accepts some options that you may want to provide:
| Option | Type | Description | Default |
|---|---|---|---|
| domain | string | Your site's domain, as declared by you in Plausible's settings | location.hostname |
| hashMode | bool | Enables tracking based on URL hash changes. | false |
| trackLocalhost | bool | Enables tracking on localhost. | false |
| apiHost | string | Plausible's API host to use. Change this if you are self-hosting. | 'https://plausible.io' |
| Option | Type | Description | Default |
|---|---|---|---|
| enableAutoPageviews | bool | Your site's domain, as declared by you in Plausible's settings | true |
| enableAutoOutboundTracking | bool | Enables tracking based on URL hash changes. | false |
corepack enable (use npm i -g corepack for Node.js < 16.10)pnpm installpnpm dev:preparepnpm dev to start playground in development modeMIT License © 2022-PRESENT productdevbook
Nuxt 3 Plugin danielroe
FAQs
huntersofbook offers specific tools for the vue ecosystem.
The npm package @huntersofbook/core-nuxt receives a total of 0 weekly downloads. As such, @huntersofbook/core-nuxt popularity was classified as not popular.
We found that @huntersofbook/core-nuxt 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.

Company News
Socket was named to the Rising in Cyber 2026 list, recognizing 30 private cybersecurity startups selected by CISOs and security executives.

Research
Socket detected 84 compromised TanStack npm package artifacts modified with suspected CI credential-stealing malware.

Security News
A dispute over fsnotify maintainer access set off supply chain alarms around one of Go’s most widely used filesystem libraries.