@isfe/vue-components

0.0.4 • Public • Published

Vue Components

Common vue components(not basic ui components) for biz. @isfe @isfe/vue-components.

Usage

Install

$ npm i -S @isfe/vue-components

Use components

// import all components
import VueComponents from '@isfe/vue-components'

Vue.use(VueComponents)
// or import what you need
import ScreenCapture from '@isfe/vue-components/components'

// if you want to register in global
Vue.use(ScreenCapture)

// or you want to use like a component

export default {
  name: 'Wrapper',
  render () {
    return <ScreenCapture />
  }
}

For developers

$ npm i
# use this to commit
$ npm run commit
# upgrade versions and tag
$ npm version <param>
$ git push origin --tag

TODOs

  • [x] publish
  • [x] linter
  • [ ] tests
  • [x] README.md 直接在 docs:x scripts 之前 move 到 docs
  • [ ] DragZoom component

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.4
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.4
    0
  • 0.0.3
    0
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i @isfe/vue-components

Weekly Downloads

0

Version

0.0.4

License

ISC

Unpacked Size

19.2 kB

Total Files

16

Last publish

Collaborators

  • hxli
  • bqliu