依赖于element-ui的PC端业务拓展ui组件
npm install medmeeting-components -S
import Vue from 'vue'
import Element from 'element-ui'
import Mt from 'medmeeting-components'
Vue.use(Element)
Vue.use(Mt)
# install
git clone https://git.oschina.net/yihuibao/PC_Component.git
npm install
# develop
npm run dev
# build
npm run build
# login to NPM
## USER: yihuibao
## PASSWORD: healife605
npm adduser
# publish to NPM
npm publish