Combadge

Combadge is the state-management framework based on Nuxt3.

On this page

Installation

Create nuxt-app

npx nuxi@latest init project-name

Installation of Combadge NPM Package

npm i combadge

Add a combadge section in your nuxt.config.

export default defineNuxtConfig({
  modules: [
    'combadge'
    ],
})

Configuration

export default defineNuxtConfig({
  modules: [
    'combadge'
    ],
  combadge: {
    protocol: {
// Append Original Protocols
    },
  }
})

Configuration

export default defineNuxtConfig({
  modules: [
    'combadge'
    ],
  combadge: {
    protocol: {
// Append Original Protocols
    },
  }
})