Vue.js
Vue Components, Filters, and Mixins contributions should follow these guidelines.
Vue Components
Vue Component names should prefixed with the ArcBest '-ab' prefix.
Vue.component('ab-slide-show', {
...
});
Vue Components that are related should be tightly coupled with names that reflect their relationship.
Vue.component('ab-data-table', {
...
});
Vue.component('ab-data-table-pagination', {
...
});