1- # nuxt- speedcurve
1+ # @ nuxtjs/ speedcurve
22
33[ ![ npm version] [ npm-version-src ]] [ npm-version-href ]
44[ ![ npm downloads] [ npm-downloads-src ]] [ npm-downloads-href ]
99> [ Speedcurve LUX] ( https://speedcurve.com ) integration for [ Nuxt] ( https://nuxtjs.org )
1010
1111- [ ✨ ** Release Notes** ] ( ./CHANGELOG.md )
12- - [ 📖 ** Documentation** ] ( https://nuxt- speedcurve.netlify.app )
12+ - [ 📖 ** Documentation** ] ( https://speedcurve.nuxtjs.org )
1313
1414## Features
1515- Collect performance metrics from real users
2121
2222## Setup
2323
24- 1 . Add ` nuxt- speedcurve` dependency to your project
24+ 1 . Add ` @nuxtjs/ speedcurve` dependency to your project
2525
2626``` bash
27- yarn add nuxt- speedcurve # or npm install nuxt- speedcurve
27+ yarn add @nuxtjs/ speedcurve # or npm install @nuxtjs/ speedcurve
2828```
2929
30- 2 . Add ` nuxt- speedcurve` to the ` modules ` section of ` nuxt.config.js `
30+ 2 . Add ` @nuxtjs/ speedcurve` to the ` modules ` section of ` nuxt.config.js `
3131``` js
3232{
3333 modules: [
3434 // Simple usage
35- ' nuxt- speedcurve' ,
35+ ' @nuxtjs/ speedcurve' ,
3636
3737 // With options
38- [' nuxt- speedcurve' , { /* module options */ }]
38+ [' @nuxtjs/ speedcurve' , { /* module options */ }]
3939 ]
4040}
4141```
4242or add options to the ` lux ` property in your ` nuxt.config.js `
4343``` js
4444{
45- modules: [' nuxt- speedcurve' ],
45+ modules: [' @nuxtjs/ speedcurve' ],
4646
4747 lux: {
4848 // id: 'YOUR_LUX_ID'
@@ -68,17 +68,17 @@ or add options to the `lux` property in your `nuxt.config.js`
6868Copyright (c) Josh Deltener < hecktarzuli@gmail.com >
6969
7070<!-- Badges -->
71- [ npm-version-src ] : https://img.shields.io/npm/v/nuxt- speedcurve/latest.svg
72- [ npm-version-href ] : https://npmjs.com/package/nuxt- speedcurve
71+ [ npm-version-src ] : https://img.shields.io/npm/v/@nuxtjs/ speedcurve/latest.svg
72+ [ npm-version-href ] : https://npmjs.com/package/@nuxtjs/ speedcurve
7373
74- [ npm-downloads-src ] : https://img.shields.io/npm/dt/nuxt- speedcurve.svg
75- [ npm-downloads-href ] : https://npmjs.com/package/nuxt- speedcurve
74+ [ npm-downloads-src ] : https://img.shields.io/npm/dt/@nuxtjs/ speedcurve.svg
75+ [ npm-downloads-href ] : https://npmjs.com/package/@nuxtjs/ speedcurve
7676
77- [ github-actions-ci-src ] : https://github.com/hecktarzuli/ nuxt-speedcurve/workflows/ci/badge.svg
78- [ github-actions-ci-href ] : https://github.com/hecktarzuli/ nuxt-speedcurve/actions?query=workflow%3Aci
77+ [ github-actions-ci-src ] : https://github.com/nuxt-community/ speedcurve-module /workflows/ci/badge.svg
78+ [ github-actions-ci-href ] : https://github.com/nuxt-community/ speedcurve-module /actions?query=workflow%3Aci
7979
80- [ codecov-src ] : https://img.shields.io/codecov/c/github/hecktarzuli/ nuxt-speedcurve.svg
81- [ codecov-href ] : https://codecov.io/gh/hecktarzuli/ nuxt-speedcurve
80+ [ codecov-src ] : https://img.shields.io/codecov/c/github/nuxt-community/ speedcurve-module .svg
81+ [ codecov-href ] : https://codecov.io/gh/nuxt-community/ speedcurve-module
8282
83- [ license-src ] : https://img.shields.io/npm/l/nuxt- speedcurve.svg
84- [ license-href ] : https://npmjs.com/package/nuxt- speedcurve
83+ [ license-src ] : https://img.shields.io/npm/l/@nuxtjs/ speedcurve.svg
84+ [ license-href ] : https://npmjs.com/package/@nuxtjs/ speedcurve
0 commit comments