0.0.0 • Published 7 years ago
setting-components v0.0.0
PC_Component
依赖于element-ui的PC端业务拓展ui组件
Documentation
Install
npm install medmeeting-components -S
Quick Start
import Vue from 'vue'
import Element from 'element-ui'
import Mt from 'medmeeting-components'
Vue.use(Element)
Vue.use(Mt)
Development
# 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