0.5.0 • Published 4 years ago

ovoui v0.5.0

Weekly downloads
20
License
-
Repository
-
Last release
4 years ago

ovo-ui

安装

npm install ovoui

在babel.config.js配置按需引入

module.exports = {
        "presets": ["@vue/app"],
        "plugins": [
                [
                        "import",
                        {
                                "libraryName": "ovoui",
                                "camel2DashComponentName": false,
                                "camel2UnderlineComponentName": false
                        }
                ],
        ]
}

在main.js引入ovoui

import "ovoui/lib/style/index.css";
import {
        ovoButton,
        ovoCheckbox
} from 'ovoui';
Vue.use(ovoButton).use(ovoCheckbox);
0.5.0

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago