Socket
Socket
Sign inDemoInstall

uiv

Package Overview
Dependencies
2
Maintainers
1
Versions
127
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    uiv

Bootstrap 3 components implemented by Vue 2.


Version published
Maintainers
1
Install size
3.19 MB
Created

Readme

Source

uiv-logo.png

Build Status Coverage Status NPM Downloads NPM Version License

If this project has helped you out, please support it with a star :star2:.

中文文档

Introduction

uiv is a Bootstrap 3 component lib implemented by Vue 2.

  • Lightweight
    • All components ~20KB Gziped.
    • No extra CSS file.
    • Individually import supported.
  • IE 9+ & modern browsers supported.
  • SSR (server-side rendering) supported.

Documentation

To check out live examples and documents, visit https://uiv.wxsm.space.

Quick start

$ npm install uiv --save
# or
$ yarn add uiv
// main.js
import 'bootstrap/dist/css/bootstrap.min.css'

import Vue from 'vue'
import * as uiv from 'uiv'

Vue.use(uiv)

For more information, pls visit https://uiv.wxsm.space/usage/getting-started.html

Changelog

Detailed changes for each release are documented in the release notes.

Special thanks

This project is supported by JetBrains.

jetbrains-logo.png

Funding

If you think that this project is useful and wanted to support it financially, feel free to choose payment methods below. I really appreciate it.

如果你觉得该项目有用,并且想要对它进行一些经济上的资助,请在下面选择一个付款方式。感谢!

Paypal

https://www.paypal.com/paypalme/wxsm

支付宝 Alipay & 微信支付 Wechat pay

alipay.png wxpay.png

License

MIT

Keywords

FAQs

Last updated on 08 May 2021

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc