UNPKG

@bitrix24/b24ui-nuxt

Version:

Bitrix24 UI-Kit for developing web applications REST API for NUXT & VUE

15 lines (13 loc) 291 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 Bitrix24 UI entities.' }, subCommands: { component, locale } })