
Security News
How Enterprise Security Is Adapting to AI-Accelerated Threats
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.
@nuxt/ui-pro
Advanced tools
Nuxt UI Pro is a collection of Vue components, composables and utils built on top of Nuxt UI, oriented on structure and layout and designed to be used as building blocks for your app.
You can get started with our minimal starter, one of our official templates or follow the Installation guide to install Nuxt UI Pro in your existing project.
# npm
npm install @nuxt/ui-pro@1
# yarn
yarn add @nuxt/ui-pro@1
# pnpm
pnpm add @nuxt/ui-pro@1
# bun
bun add @nuxt/ui-pro@1
Note that @nuxt/ui-pro will also install @nuxt/ui as dependency to your project.
Next, extend the @nuxt/ui-pro layer and register the @nuxt/ui module in 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 🚀
Nuxt UI Pro is free in development, but you need a license to use it in production. You can choose between Solo and Team, both will give you access to the same features and give you a license key required to build your apps. The main difference is the number of developers that can be invited to the private GitHub repository.
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, you will be invited to the private GitHub repository.
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>
Here are some open-source projects using Nuxt UI Pro:
When using the Nuxt Devtools, you can see the list of components injected by Nuxt UI Pro in the "Components' tab:
In progress. You cannot repackage Nuxt UI Pro or copy/paste the components into premium templates, UI libraries or open source projects.
FAQs
Ship beautiful web applications at the speed of light with Nuxt UI Pro.
The npm package @nuxt/ui-pro receives a total of 12,895 weekly downloads. As such, @nuxt/ui-pro popularity was classified as popular.
We found that @nuxt/ui-pro demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.