You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

gleaf

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gleaf

A Component Library for Vue.js.

2.2.2
latest
npmnpm
Version published
Weekly downloads
26
-56.67%
Maintainers
1
Weekly downloads
 
Created
Source

Install

npm install gleaf -S

Quick Start

import Vue from 'vue'
import Gleaf from 'gleaf'

Vue.use(Gleaf)

// or
import {
  Select,
  Button
  // ...
} from 'gleaf'

Vue.component(Select.name, Select)
Vue.component(Button.name, Button)

Browser Support

Modern browsers and Internet Explorer 10+.

LICENSE

MIT

theme-yealink 生成方式 修改theme-chalk的var.scss $--color-primary: #10C29B !default; 然后运行npm run build:theme 拷贝theme-chalk lib 的文件到theme-yealink 最后运行npm run dist

Keywords

gleaf

FAQs

Package last updated on 25 Dec 2020

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