/ui-kit

Ui-kit for my pet projects

Primary LanguageVue

Ui Kit Layer

Create Nuxt apps with ui kit layer.

Versions Downloads

Setup

Make sure to install the dependencies:

npm install --save @ovchinnikov-lxs-frontend/ui-kit

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

defineNuxtConfig({
    extends: '@ovchinnikov-lxs-frontend/ui-kit',
});