Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abakermi/nuxt-fingerprint2
fingerprint module for Nuxt.js
https://github.com/abakermi/nuxt-fingerprint2
fingerprint module nuxtjs
Last synced: 2 months ago
JSON representation
fingerprint module for Nuxt.js
- Host: GitHub
- URL: https://github.com/abakermi/nuxt-fingerprint2
- Owner: abakermi
- License: mit
- Created: 2020-07-30T14:35:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-30T15:06:47.000Z (over 4 years ago)
- Last Synced: 2024-09-30T08:22:01.060Z (3 months ago)
- Topics: fingerprint, module, nuxtjs
- Language: JavaScript
- Homepage:
- Size: 167 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nuxt-fingerprint2
[![npm version][npm-version-src]][npm-version-href]
[![Build](https://github.com/abakermi/nuxt-fingerprint2/workflows/ci/badge.svg)](https://github.com/abakermi/nuxt-fingerprint2/actions?query=workflow%3Aci+branch%3Amaster)
[![codecov](https://codecov.io/gh/abakermi/nuxt-fingerprint2/branch/master/graph/badge.svg)](https://codecov.io/gh/abakermi/nuxt-fingerprint2)
![NPM](https://img.shields.io/npm/l/nuxt-fingerprint2)> nuxt fingerprint
## Setup
1. Add `nuxt-fingerprint2` dependency to your project
```bash
npm install nuxt-fingerprint2
```2. Add `nuxt-fingerprint2` to the `modules` section of `nuxt.config.js`
```js
{
modules: [
'nuxt-fingerprint2',
]
}
```## Usage
you can use ```this.$nuxt.$fingerprint ``` to access fingerprint2 components
check all properties on [here](https://github.com/fingerprintjs/fingerprintjs2)## Related
- [fingerprint2](https://github.com/fingerprintjs/fingerprintjs2) - CLI for this module
## License
[MIT License](./LICENSE)
Copyright (c) Abdelhak Akermi
[npm-version-src]: https://img.shields.io/npm/v/nuxt-fingerprint2/latest.svg
[npm-version-href]: https://npmjs.com/package/nuxt-fingerprint2[license-src]: https://img.shields.io/npm/l/nuxt-fingerprint2.svg
[license-href]: https://npmjs.com/package/nuxt-fingerprint2