## Installation ``` npm install @mpanda/mpc -S ``` ## Usage ```js import Vue from 'vue' import MPC from '@mpanda/mpc' Vue.use(MPC) ``` ## Browser Support > Modern browsers except IE
npm install @mpanda/mpc
npm install @mpanda/mpc -S
`
Usage
`js
import Vue from 'vue'
import MPC from '@mpanda/mpc'
Vue.use(MPC)
``