1.0.0 • Published 6 years ago

msdrawboard v1.0.0

Weekly downloads
6
License
MIT
Repository
-
Last release
6 years ago

MsDrawBoard

npm TypeScript

vue.js draw-board component base on raphael

usage

  1. 安装依赖
yarn add msdrawboard
# or
npm install msdrawboard
  1. 引入
// 全局引入
import Vue from 'vue'
import msDrawBoard from 'msdrawboard'

new Vue({
  components: {
    msDrawBoard
  }
}).$mount('#app')
<!-- in <template></template> -->
<msDrawBoard></msDrawBoard>

live demo

API