0.1.4 • Published 1 year ago

@farbcodegmbh/nuxt-mosaic v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Mosaic

npm version npm downloads Nuxt

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-mosaic

That'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',
  ]
0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago