0.1.5 • Published 4 years ago

nuxt-statcounter v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Nuxt Statcounter Modules

npm version npm downloads

Add StatCounter Tag to your nuxt.js application.

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

Setup

  • Add nuxt-statcounter dependency using yarn or npm to your project npm i nuxt-statcounter or yarn install nuxt-statcounter
  • Add nuxt-statcounter to modules section of nuxt.config.js
modules: [
    ['nuxt-statcounter', { 
      sc_project: 'your-project-id', // Example 12345678
      sc_security: 'your-security-id', // Example 1a2b3c4d
  }],
]

You can find project id and security id on your Statcounter project page, or after sign up process.

Options

sc_project

  • Required
  • Statcounter Project ID

sc_security

  • Required
  • Statcounter Security ID

License

MIT © Hamjs

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago