1. 程式人生 > >基於element-ui 拖拽元件封裝

基於element-ui 拖拽元件封裝

地址:https://www.npmjs.com/package/medmeeting-components

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

install