1.0.3 • Published 3 years ago

wellform-ui v1.0.3

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

特性

  • 基于 Vue开发的可复用 UI 组件,并且可随产品需要扩展
  • 使用Vue官方的工作流,支持 ES6

使用

npm 安装

    npm i wellform-ui

引入

在 main.js 中写入以下内容:

    import wellformui from 'wellform-ui'
    import 'wellform-ui/package/wellformui.min.css'  

    Vue.use(wellformui)

注意, 样式文件需要单独引入

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago