New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

ovoui

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ovoui

一款基于 Vue 的UI组件库

latest
npmnpm
Version
0.5.0
Version published
Maintainers
1
Created
Source

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);

FAQs

Package last updated on 28 Nov 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts