Gathering detailed insights and metrics for vue-aui
Gathering detailed insights and metrics for vue-aui
Gathering detailed insights and metrics for vue-aui
Gathering detailed insights and metrics for vue-aui
npm install vue-aui
v1.2.0
Published on 21 Mar 2022
v1.1.2
Published on 02 Dec 2021
Change the separator in the multiselect
Published on 14 Oct 2021
Bump Webpack & Babel to latest versions
Published on 15 Jun 2021
Two more Select2 attributes are now supported
Published on 29 May 2018
First stable release is finally here!
Published on 13 Apr 2018
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
47 Stars
382 Commits
11 Forks
7 Watching
13 Branches
11 Contributors
Updated on 20 Aug 2024
Vue (73.29%)
JavaScript (25.69%)
HTML (0.82%)
CSS (0.2%)
Cumulative downloads
Total Downloads
Last day
29.7%
96
Compared to previous day
Last week
-27.5%
450
Compared to previous week
Last month
-2.7%
1,586
Compared to previous month
Last year
56.5%
14,426
Compared to previous year
1
57
Vue.js wrapper for Atlassian User Interface (AUI)
This library provides a way to use Atlassian User Interface (AUI) that is native to Vue.js. It's created to speed-up development of Jira add-ons, but can also be used with other Atlassian products like Confluence, Bamboo, Bitbucket etc. that use AUI.
If you develop Jira add-ons please also take a look at vue-aui-jira-extras that provides Jira specific additions, some of them built on top this library.
https://spartez.github.io/vue-aui/
npm install vue-aui --save
and finally install the Vue plugin using
1Vue.use(VueAui)
This will register all the components.
Alternatively, you can import and use a single component:
1<template> 2 <va-button>Click me</va-button> 3</template> 4 5<script> 6import { VaButton } from 'vue-aui' 7 8export default { 9 components: { VaButton } 10} 11</script>
1<script src="path/to/dist/vue-aui.js"></script>
Use VueAui.default
to install the plugin into Vue.
1Vue.use(VueAui.default);
This will register all the components.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 8/25 approved changesets -- score normalized to 3
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
38 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-18
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More