@jerecui/handy-ui

0.2.27 • Public • Published

handy-ui

How to use it.

import Handy from '@jerecui/handy-ui'

Vue.use(Handy, {
  store, // your vuex store
  schemas: [...], // schemas
  request,
  tinymce: {
    apiKey: 'your tiny mce api key'
  },
  qiniu: {
    getToken: {
      url: '/qiniu/upload/token', // please change to your path
      method: 'get'
    },
    fetchFile: {
      url: '/qiniu/fetch',
      method: 'post'
    },
    upload: {
      url: 'https://up-z2.qiniup.com'
    }
  },
  message: (msg) => Vue.prototype.$message(msg) // used to show the message.
})

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.2.272latest

Version History

VersionDownloads (Last 7 Days)Published
0.2.272
0.2.260
0.2.250
0.2.241
0.2.230
0.2.220
0.2.210
0.2.200
0.2.190
0.2.180
0.2.170
0.2.160
0.2.150
0.2.140
0.2.130
0.2.120
0.2.110
0.2.100
0.2.90
0.2.80
0.2.70
0.2.60
0.2.50
0.2.40
0.2.30
0.2.20
0.2.10
0.2.00
0.1.30
0.1.20
0.1.10
0.1.00

Package Sidebar

Install

npm i @jerecui/handy-ui

Weekly Downloads

3

Version

0.2.27

License

BSD

Unpacked Size

8.93 MB

Total Files

11

Last publish

Collaborators

  • jerecui