0.0.4 • Published 5 years ago

@isfe/vue-components v0.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

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

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

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago