A Vue 2 plugin for interacting with Wedia REST APIs. Current stable version is 2026.3.0. It integrates with Vuex for state management and uses axios for HTTP requests. Key differentiators: built-in support for diacritics normalization, deep equality checks via deep-equal, and lodash utilities. Requires Vue 2.6.10+ and is primarily used in enterprise DAM (Digital Asset Management) contexts. Ships TypeScript type definitions.
npm install wedia-vueNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows basic setup: install Vuex, create store, then install WediaPlugin with store option.
Use Vue 2.6.10+; do not use with Vue 3.
Call Vue.use(Vuex) and create a store before installing the plugin.
Use Vue.use(WediaPlugin, { store }) instead of Vue.use(WediaPlugin, store).Vue.use(WediaPlugin, { store })Run npm install wedia-vue and ensure correct import path.
Make sure import Vue from 'vue' is present and Vue is an object with a .use method.