0.0.7 • Published 5 months ago

layer-ui-perqara v0.0.7

Weekly downloads
-
License
-
Repository
-
Last release
5 months ago

UIKit Web Perqara - Nuxt Layers

Description

Using Shadcn-vue to create nuxt-layers for UIKit Web Perqara

Setup

Make sure to install the dependencies:

pnpm install

Then add the dependency to their extends in nuxt.config.ts:

defineNuxtConfig({
  extends: ['../web-ui-kit']
})

Development Server

Start the development server on http://localhost:3000

pnpm dev

Production

Build the application for production:

pnpm build

Or statically generate it with:

pnpm generate

Locally preview production build:

pnpm preview

Checkout the deployment documentation for more information.