![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
nodecg-vue
Advanced tools
[![https://www.npmjs.com/package/nodecg-vue](https://img.shields.io/npm/v/nodecg-vue.svg?style=flat)](https://www.npmjs.com/package/nodecg-vue) [![https://github.com/Dan-Shields/nodecg-vue/blob/master/LICENSE](https://img.shields.io/npm/l/nodecg-vue.svg?s
Using Vuetify components as a base, this project is designed to make dashboard development quicker and less cluttered when using Vue, by abstracting away repeated boilerplate code. The idea (and some replicant targeting code) was taken from the Polymer component library, NodeCGElements. Thanks Lange.
Component | Base Component | Status |
---|---|---|
nodecg-text | v-text-field | |
nodecg-toggle | v-button | |
nodecg-select | v-select | |
nodecg-combobox | v-combobox | |
nodecg-list | v-list | |
nodecg-menu | v-menu | |
nodecg-time-picker | v-time-picker |
npm install nodecg-vue
import Vue from 'vue';
import Vuetify from 'vuetify';
import NodeCGVue from 'nodecg-vue';
import 'vuetify/dist/vuetify.min.css';
Vue.use(Vuetify);
Vue.use(NodeCGVue);
import MyComponent from './MyComponent.vue';
new Vue({
render: h => h(MyComponent)
}).$mount('#app');
Examples and description for the components can be found in each component's README. Click the name of an element above to go there.
As each component is just an extended Vuetify component, all the props, slots and events that you would expect are available.
Every component has at least the following props added to interface with the replicant:
window.nodecg
), this defaults to the current bundle (window.nodecg.bundleName
).The most needed thing at this stage is testing and feedback. If you encounter any bugs or have a feature request, an issue or PR would be much appreciated.
FAQs
[![https://www.npmjs.com/package/nodecg-vue](https://img.shields.io/npm/v/nodecg-vue.svg?style=flat)](https://www.npmjs.com/package/nodecg-vue) [![https://github.com/Dan-Shields/nodecg-vue/blob/master/LICENSE](https://img.shields.io/npm/l/nodecg-vue.svg?s
We found that nodecg-vue demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.