Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.08 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.08 KB

issue-tracker

built for jira integration module for drupal8 with vue.js and vuetify.js

Build Setup

  1. Get a jira token from your Jira profile

  2. 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

  3. 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.