0.1.0 • Published 6 years ago

dingtalkweui v0.1.0

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

dingtalkweui

钉钉平台、微信平台及普通手机访问平台开发的vue组件库, 能够更快、更方便的调用钉钉sdk、微信sdk及进行普通手机页面开发;

examples

Docs

Install

install dingtalkweui through npm

npm install dingtalkweui --save

use in project

import Vue from 'vue'
import dingtalkweui from 'dingtalkweui'

Vue.use(dingtalkweui);


// config = { platform: 'dingding' }
// platform can use 'dingding', 'weixin', 'normal' 

或者 Vue.use(dingtalkweui, config); 

开发

安装

git clone https://github.com/pf12345/dingtalkweui.git
cd dingtalkweui
npm install

运行

npm run dev

编译

npm run dist

贡献

如果你有好的意见或建议,欢迎给我们提issue或pull request。

License

The MIT License(http://opensource.org/licenses/MIT)

请自由地享受和参与开源