0.0.1-28254979.521622f • Published 8 months ago

@nuxthq/elements-edge v0.0.1-28254979.521622f

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

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@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 🚀

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:

Production

Once your purchased Nuxt UI Pro on https://buy.stripe.com/3csdR9eO9eBP2OI000, you receives an email with the token to add as environment variable:

# .env
NUXT_UI_PRO_TOKEN=<your-token>

License

In progress.