2.2.3 • Published 10 months ago

@haunytb/ui-pro v2.2.3

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

nuxt-ui-pro.png

Nuxt UI Pro Clone

npm version npm downloads Nuxt

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.

Templates

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.

Installation

# npm
npm install @haunytb/ui-pro
# yarn
yarn add @haunytb/ui-pro
# pnpm
pnpm add @haunytb/ui-pro
# bun
bun add @haunytb/ui-pro

Note that @haunytb/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: ['@haunytb/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 🚀