built for jira integration module for drupal8 with vue.js and vuetify.js
-
Get a jira token from your Jira profile
-
Add your jira credentials here "api_url" example: https://[server]/rest/api/2/search?jql=resolution %3D Unresolved AND assignee in (local-part of email)&expand=renderedFields
-
Make sure you have your domain name whitelisted on jira server or install a browser extension to enable CORS
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
For a detailed explanation on how things work, check out the guide and docs for vue-loader.