UNPKG

@nuxt/ui

Version:

A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.

15 lines (13 loc) 287 B
import { defineCommand } from 'citty' import component from './component.mjs' import locale from './locale.mjs' export default defineCommand({ meta: { name: 'make', description: 'Commands to create new Nuxt UI entities.' }, subCommands: { component, locale } })