Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nuxt/ui-pro

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxt/ui-pro

Welcome to the Pro version of [Nuxt UI](https://ui.nuxt.com). *Previously named Nuxt Elements.*

  • 0.2.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
11K
decreased by-4.07%
Maintainers
1
Weekly downloads
 
Created
Source

Nuxt UI Pro

Welcome to the Pro version of Nuxt UI. Previously named Nuxt Elements.

Important

This project is currently under heavy development (only edge versions) and is subject to many breaking changes, please read & subscribe to our changelog.

Setup

Update your package.json to the following:

{
  "dependencies": {
    "@nuxt/ui-pro": "npm:@nuxt/ui-pro-edge@latest"
  }
}

Then run pnpm install, yarn install or npm install.

Note that @nuxt/ui-pro will also install @nuxt/ui as dependency to your project.

Next, add it to your nuxt.config.ts:

export default defineNuxtConfig({
  extends: '@nuxt/ui-pro',
  modules: ['@nuxt/ui']
})

Start your development server, you should now be able to use all the components, composables and utils from Nuxt UI Pro 🚀

License Key

Once you've purchased Nuxt UI Pro, you will receive an email with a license key to activate. Visit https://ui.nuxt.com/pro/activate to activate your license with your GitHub username and license key.

Then, use your license key in your .env file:

# .env
NUXT_UI_PRO_LICENSE=<your-license-key>

If you have multiple projects on your machine, you can also add it to your ~/.nuxtrc:

uiPro.license=<your-token>

Note: If you purchased Nuxt UI Pro on Stripe, you can keep using the same license key but using NUXT_UI_PRO_TOKEN instead of NUXT_UI_PRO_LICENSE.

Documentation

As we are in early stages, the docs is not ready yet, but you can have a look at the components/ directory.

Also, we have open source projects using it in production:

License

In progress.

FAQs

Package last updated on 05 Oct 2023

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc