🚀. Socket Launch Week Day 2:Introducing Manifest Alerts.Learn more
Sign In

vue-yui

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-yui

Vue常用组件UI框架

latest
Source
npmnpm
Version
0.0.7
Version published
Weekly downloads
20
100%
Maintainers
1
Weekly downloads
 
Created
Source

vue-yui

Build Status

介绍

作者:Seven Yui是在工作闲暇之时捣鼓的一个vue组件

安装

安装组件

npm i -S vue-yui
or
yarn add vue-yui

本组件库使用的是border-box;请设置

*,*::after,*::before{box-sizing: border-box;}

引入

import {Button,Icon} from 'vue-yui'
import '../node_modules/vue-yui/index.css'
import '../node_modules/vue-yui/dist/index.css'

在组件内注册即可使用 Test版本

提问

变更记录

联系方式

个人博客 邮箱

贡献者

FAQs

Package last updated on 29 Aug 2018

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