Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 393 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 393 Bytes

Setup

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Let's test the main branch first

run storybook script

Local components and components from Nuxt as we can see, they're working correctly.

Let's switch to nuxt-ui branch now

install deps

run storybook script

you can test also the @nuxt/ui-pro, same issues also there