@nlo/nuxt-application-insights
v2.4.0
Published
AppInsights module for Nuxt3
Downloads
1,270
Readme
Nuxt package for application insights
This is a temporary package that we use until the official module is updated to support the latest version of application insights.
Usage
Add this as a dependency
npm install @nlo/nuxt-application-insights
Add the module to your nuxt.config.ts
{
modules: ['@nlo/nuxt-application-insights'],
}
Environment variables
NUXT_PUBLIC_NLO_APPLICATION_INSIGHTS_SERVER_CONNECTION_STRING
The connection string for application insights (used for both server and client)
Development
- Run
npm run dev:prepare
to generate type stubs.
Running the playground
The playground is a Nuxt application that allows you to try out your feature within this repository.
- Use
npm run dev
to start playground in development mode.