@sse-ui/nuxt
v3.2.2
Published
[![nuxt-ui-pro.png](https://volta.s3.fr-par.scw.cloud/306965274_1682f2a7_dfc5_4c85_9807_6203cd568852_154cf5592c.png)](https://sseworld.github.io)
Downloads
21
Readme
SSE Nuxt UI
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: