Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kevcodez/vue-js-2-jira-print
- Owner: kevcodez
- Created: 2017-06-16T08:27:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-30T09:22:16.000Z (about 5 years ago)
- Last Synced: 2024-11-08T18:12:43.589Z (2 months ago)
- Topics: axios, bootstrap, eslint, font-awesome, javascript, jira, sass, typescript, vue-router, vuejs2, yarn
- Language: JavaScript
- Size: 1.13 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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