wedia-vue
TypeScript icon, indicating that this package has built-in type declarations

2025.4.0-1 • Public • Published

wedia-vue

A vue plugin for interacting with Wedia REST apis

Install

npm install wedia-vue

Usage

import Vue from 'vue'
import Vuex from 'vuex';

import WediaPlugin from 'wedia-vue';

import App from './App.vue'

Vue.use(Vuex);

const store = new Vuex.Store();

// Install wedia plugin
Vue.use(WediaPlugin, { store });

Readme

Keywords

none

Package Sidebar

Install

npm i wedia-vue

Weekly Downloads

193

Version

2025.4.0-1

License

none

Unpacked Size

5.75 MB

Total Files

259

Last publish

Collaborators

  • oliviergrenet