Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kevcodez/vue-js-2-jira-print

Vue JS 2 Application to print issues from Jira
https://github.com/kevcodez/vue-js-2-jira-print

axios bootstrap eslint font-awesome javascript jira sass typescript vue-router vuejs2 yarn

Last synced: 11 days ago
JSON representation

Vue JS 2 Application to print issues from Jira

Awesome Lists containing this project

README

        

# Sample Vue JS 2 Application for printing Jira Issues

This project demonstrates the use of TypeScript, Vue JS 2 and Bootstrap.

## How to get started

The application uses Yarn. Check out the official page (https://yarnpkg.com/) for installation and documentation.

```
git checkout
yarn
yarn run dev
```

The base Jira URL is configured in services/JiraService.ts.

## Libraries used

* Vue JS 2
* Vue-Router
* TypeScript
* Axios
* Bootstrap 4
* Font-Awesome
* Sass-Loader/Style-Loader