Nuxt layer supporting Moser Labs apps that are using Nuxt.
npm i -D @moser-inc/moser-labs-nuxt
export default defineNuxtConfig({
extends: ['@moser-inc/moser-labs-nuxt'],
});
Make sure to install the dependencies:
npm install
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.