Skip to content

sseworld/sse-nuxt-ui

Repository files navigation

nuxt-ui-pro.png

SSE Nuxt UI

npm version npm downloads Nuxt NPM License NPM Type Definitions NPM Unpacked Size

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.

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 @sse-ui/nuxt
# yarn
yarn add @sse-ui/nuxt
# pnpm
pnpm add @sse-ui/nuxt
# bun
bun add @sse-ui/nuxt

Note that @sse-ui/nuxt 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: ["@sse-ui/nuxt"],
  modules: ["@nuxt/ui"],
});

Start your development server, you should now be able to use all the components, composables and utils from Nuxt UI Pro 🚀

Showcase

Here are some open-source projects using Nuxt UI Pro:

License

MIT

Stats

Alt

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages