License
Plans
You can choose between Solo, Startup and Organization plans, they all provide the same features and give you a license key required to build your apps.
Once purchased, 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.
Build
Local
To build your app locally, you can use your license key in your .env
file:
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>
Hosting providers
When deploying your app on Netlify, Vercel, NuxtHub or any other hosting provider, you need to set the NUXT_UI_PRO_LICENSE
environment variable to your license key. This process is different depending on the provider but here is a quick guide for the most common ones: