[![npm version][npm-version-src]][npm-version-href] [![npm downloads][npm-downloads-src]][npm-downloads-href] [![Nuxt][nuxt-src]][nuxt-href]
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.
Nuxt UI Pro is a collection of Vue components, composables, and utils bbuilt on top of Nuxt UI, oriented on structure and layout and designed to be used as building blocks for your app.
This repository (Nuxt UI Pro Clone) is an up-to-date clone of the official repository, allowing you to use it for free without paying for the license.
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 @blakvghost/ui-pro
# yarn
yarn add @blakvghost/ui-pro
# pnpm
pnpm add @blakvghost/ui-pro
# bun
bun add @blakvghost/ui-pro
Note that @blakvghost/ui-pro
will also install @nuxt/ui
as dependency to your project.
Next, add it to your nuxt.config.ts
in the extends
property:
export default defineNuxtConfig({
extends: ['@blakvghost/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 🚀