Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ballon

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ballon

A Vue.js UI Library

  • 0.0.10-rc4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

Ballon

Build Status NPM downloads License codecov

A Vue.js UI Library

Install

npm install ballon --save

Quick Start

import Vue from 'vue'
import Ballon from 'ballon'
import 'ballon/dist/styles/ballon.css'

Vue.use(Ballon)

// or according to the need to load
import {
  Badge,
  // ...
} from 'ballon'

Vue.component(Badge)

Project Structure

├── README.md
├── build --------------------- webpack 构建目录
├── components.json
├── config
├── dist  --------------------- 组件打包目录
├── examples ------------------ 文档目录
├── index.html
├── package-lock.json
├── package.json
├── packages  ----------------- 组件目录
├── src ----------------------- 项目源代码
├── static
└── test

Changelog

TO DO...

RoadMap

  • 组件支持按需加载
  • 添加样式目录结构
  • 支持国际化
  • 添加自动化构建 Travis CI
  • 绑定 GitHub Page
  • 开发指南添加到 WIKI
  • 单元测试
  • 添加脚本自动化

FAQ

License

MIT

FAQs

Package last updated on 25 Dec 2017

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc