a browser extension for exporting GitLab issues
npm install
Install the node modules.
npm run build:dev
Build the extension into dist
folder for development.
npm run watch
Watch for modifications then run npm run build
.
npm run watch:dev
npm run build
Build the extension into dist
folder for production.
The project is built on vue-web-extension.