Socket
Book a DemoInstallSign in
Socket

@frontegg/nuxt

Package Overview
Dependencies
Maintainers
3
Versions
517
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frontegg/nuxt

<h1 align="cent

latest
npmnpm
Version
4.10.9
Version published
Maintainers
3
Created
Source

Frontegg logo

Frontegg-Nuxt

Installation

Frontegg-Nuxt is available as an npm package.

using YARN:

/* install frontegg-core */
yarn add @frontegg/nuxt

using NPM:

/* install frontegg-core */
npm install --save @frontegg/nuxt

Setup

Then add it to the modules section in your nuxt.config.js:

/* nuxt.config.js file */


/* this file generated by frontegg init script */

export default {
  modules: [
    '@frontegg/nuxt'
  ]
}

Configure

Add an frontegg object to your nuxt.config.js to configure global options which will be applied to all requests:


export default {
  modules: [
    '@frontegg/nuxt'
  ],

  frontegg: {
    contextOptions: {
      baseUrl: 'https://{SITE_NAME}.frontegg.com'
    }
  }
}

Using Typescript?

add @frontegg/vue @frontegg/nuxt to the tsconfig file.

{
  "compilerOptions": {
    "types": [
      "@frontegg/vue",
      "@frontegg/nuxt"
    ]
  }
}

Contributing

The main purpose of this repository is to continue developing Frontegg React to making it faster and easier to use. Read our contributing guide to learn about our development process.

Notice that contributions go far beyond pull requests and commits.

License

This project is licensed under the terms of the MIT license.

FAQs

Package last updated on 05 Jan 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts