@moser-inc/moser-labs-nuxt
v2.2.3
Published
Nuxt layer for Moser Labs containing components and shared logic.
Downloads
179
Readme
Moser Labs Nuxt 
Nuxt layer supporting Moser Labs apps that are using Nuxt.
Installation
npm i -D @moser-inc/moser-labs-nuxt @moser-inc/moser-labs-themesUsage
import Labs from '@moser-inc/moser-labs-themes/labs';
export default defineNuxtConfig({
extends: ['@moser-inc/moser-labs-nuxt'],
primevue: {
options: {
theme: {
preset: Labs,
},
},
},
});Development
Setup
Make sure to install the dependencies:
npm installWorking on your theme
The .playground directory should help you on trying your theme during development.
Running npm run -w packages/nuxt dev will prepare and boot .playground directory, which imports your theme itself.
