aco-ui
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

AComponent-ui

NPM version

组件库文档-点击查看

使用方法

  1. 安装

    npm install acomponent-ui -D
    
  2. 全局引入

    在 main.js 中写入以下内容

    ...
    import AComponentUI from 'acomponent-ui'
    Vue.use(AComponentUI)
    ...
    
  3. 按需引入

    ...
    import { AProInput } from 'acomponent-ui'
    Vue.use(AProInput)
    ...
    

/aco-ui/

    Package Sidebar

    Install

    npm i aco-ui

    Weekly Downloads

    0

    Version

    1.0.6

    License

    MIT

    Unpacked Size

    1.14 MB

    Total Files

    33

    Last publish

    Collaborators

    • alun.zhang