0.0.6 • Published 5 years ago

itplh-ui v0.0.6

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

itplh-ui

use case

  1. add dependence

    yarn add itplh-ui
  2. main.js import and use itplh-ui

    import itplhUI from 'itplh-ui'
    Vue.use(itplhUI)

directive

  • v-has
  • v-prevent-re-click
  • a-rotate

component

  • <ad-button />

structure

├─main     # 全量引入
├─packages # 源码
│  ├─button            # ad-button
│  ├─has               # v-has
│  ├─prevent-re-click  # v-prevent-re-click
│  └─rotate            # v-rotate
├─public
└─src

publish

// 本地编译组件库代码
yarn build:lib

// 登录
npm login
// 发布
npm publish
// 如果发布失败提示权限问题,请执行以下命令
npm publish --access public
0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago