@moser-inc/moser-labs-nuxt
v1.4.6
Published
Nuxt layer for Moser Labs containing components and shared logic.
Readme
Moser Labs Nuxt 
Nuxt layer supporting Moser Labs apps that are using Nuxt.
Installation
npm i -D @moser-inc/moser-labs-nuxtUsage
export default defineNuxtConfig({
extends: ['@moser-inc/moser-labs-nuxt'],
});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.
