@moser-inc/moser-labs-nuxt
v1.1.17
Published
Nuxt layer for Moser Labs containing components and shared logic.
Downloads
119
Readme
Moser Labs Nuxt
Nuxt layer supporting Moser Labs apps that are using Nuxt.
Installation
npm i -D @moser-inc/moser-labs-nuxt
Usage
export default defineNuxtConfig({
extends: ['@moser-inc/moser-labs-nuxt'],
});
Development
Setup
Make sure to install the dependencies:
npm install
Working 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.