0.0.3 • Published 5 years ago

user-identifier v0.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

User Identifier Module for Nuxt.js

npm version npm downloads Circle CI Codecov License

Nuxt.js module for posting user-identifier and associated data to Blavity database

Setup

  1. Add user-identifier dependency to your project
yarn add user-identifier # or npm install user-identifier
  1. Add user-identifier to the modules section of nuxt.config.js
{
  modules: [
    // Simple usage
    'user-identifier',

    // With options
    ['user-identifier', { /* module options */ }]
  ],

  // Options
  track: {
    endpoint: '<add endpoint here>'
  }
}

Development

  1. Clone this repository
  2. Install dependencies using yarn install or npm install
  3. Start development server using npm run dev

Licenses

MIT License

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago