Skip to content
This repository was archived by the owner on Jan 15, 2026. It is now read-only.

DCC-BS/feedback-control.bs.js

Repository files navigation

feedback-control.bs.js

Important

This project is deprecated use Feedback Control Nuxt-Layers instead.

GitHub package.json version GitHub Actions Workflow Status codecov

Control for feedback in the DCC-BS ecosystem.

Quick Setup

Install the module to your Nuxt application with:

bun add git+https://github.com/DCC-BS/feedback-control.bs.js.git#v1.1.0

replace v1.1.0 with the latest version tag: GitHub package.json version

Install the module to your Nuxt application with:

bun add @dcc-bs/feedback-control.bs.js

Add it to your nuxt.config.ts:

export default defineNuxtConfig({
    ...
    modules: [
        '@dcc-bs/feedback-control.bs.js',
        ...
    ],
    "feedback-control.bs.js": {
        repo: "Feedback",
        owner: "DCC-BS",
        project: "myProject",
        githubToken: process.env.GITHUB_TOKEN,
    },
    ...
})

That's it! You can now use feedback-control.bs.js in your Nuxt app ✨

Usage

Add the control to the app.vue

<template>
  <div>
    <FeedbackControl />
    <NuxtPage />
  </div>
</template>

optionally you can pass a default email address to the control:

<template>
  <div>
    <FeedbackControl default-mail="some-mail@bs.ch"/>
    <NuxtPage />
  </div>
</template>

Release a new Version

Commit your changes and then:

bun release

About

Control for feedback in the DCC-BS ecosystem.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors