0.1.4 • Published 1 year ago
@farbcodegmbh/nuxt-mosaic v0.1.4
Mosaic
The new and improved version of the RuleBuilder Plugin now as a Nuxt3 Module.
Table of Contents
Features
- A new //farbcode owned Nuxt3 Module for the Mosaic Logic
- The possibility to define arbitrary rule options
- Evaluating any well defined mosaic with the new useMosaic composable
Quick Setup
Install the module to your Nuxt application with one command:
npx nuxi module add @farbcodegmbh/nuxt-mosaicThat's it! You can now use Mosaic in your Nuxt app ✨
Contribution
Use the module as a sub repo in the //farbcode Base Project under client/modules. Use a local version of the module in the Base Project.
// client/nuxt.config.ts
modules: [
// ...
'./modules/mosaic/src/module',
]