0.0.2 • Published 3 years ago

milk-ui-test v0.0.2

Weekly downloads
98
License
MIT
Repository
github
Last release
3 years ago

Milk-UI

Build Status

介绍

一款基于 Vue 开发的 UI 组件库

开始使用

  1. 添加 css 使用本框架前,请在 css 中开启 border-box
    *,*::before,*::after{box-sizing:border-box}
  2. 安装

    npm install milk-ui-test
  3. 引入 milk-ui-test

    import {Button} from 'milk-ui-test'
    import 'milk-ui-test/dist/index.css'
    export default {
    components: {
        'm-button':Button
    }
    }

文档

提问

变更记录

联系方式

贡献代码