This repo make to simplify the development process for building the giving the davinci resolve workflow integration plugin usually the plugin only using common js, here we using the webpack make you own canges according to your needs.
using vite and vue js addon to the repository
$ npm install
$ npm run dev
# For windows
$ npm run build:win
# For macOS
$ npm run build:mac
# For Linux
$ npm run build:linux
npm run resolve
please change the output location in the webpack.config.js
before doing the above command.