JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 179
  • Score
    100M100P100Q62577F
  • License MIT

practice vue components like elementui & do sth different ez to use

Package Exports

  • fx67ll-vue-ui
  • fx67ll-vue-ui/lib/fx67ll-vue-ui.umd.min.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (fx67ll-vue-ui) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

fx67llVueUI

practice vue components like elementui & do sth different ez to use

npm

=========================================================================== #### 注意!!! 0.2.2版本之前不支持一次注册使用多个组件!!! #### 注意!!!组件简介在 0.3.0版本之后不再更新,请访问 组件官方文档 阅读使用详情

使用步骤

  1. npm install fx67ll-vue-ui --save
  2. main.js中注册组件
import fx67llVueUI from 'fx67ll-vue-ui'
Vue.use(fx67llVueUI)
  1. 在vue页面中导入使用