Combadge is the state-management framework based on Nuxt3.
Create nuxt-app
Installation of Combadge NPM Package
Add a combadge section in your nuxt.config.
export default defineNuxtConfig({
modules: [
'combadge'
],
})
export default defineNuxtConfig({
modules: [
'combadge'
],
combadge: {
protocol: {
// Append Original Protocols
},
}
})
export default defineNuxtConfig({
modules: [
'combadge'
],
combadge: {
protocol: {
// Append Original Protocols
},
}
})