uiv

WebJar for uiv

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

uiv
Последняя версия

Последняя версия

0.36.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

uiv
WebJar for uiv
Ссылка на сайт

Ссылка на сайт

https://www.webjars.org
Система контроля версий

Система контроля версий

https://github.com/wxsms/uiv

Скачать uiv

Имя Файла Размер
uiv-0.36.0.pom
uiv-0.36.0.jar 978 KB
uiv-0.36.0-sources.jar 22 bytes
uiv-0.36.0-javadoc.jar 22 bytes
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/uiv/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>uiv</artifactId>
    <version>0.36.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/uiv/
implementation 'org.webjars.npm:uiv:0.36.0'
// https://jarcasting.com/artifacts/org.webjars.npm/uiv/
implementation ("org.webjars.npm:uiv:0.36.0")
'org.webjars.npm:uiv:jar:0.36.0'
<dependency org="org.webjars.npm" name="uiv" rev="0.36.0">
  <artifact name="uiv" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='uiv', version='0.36.0')
)
libraryDependencies += "org.webjars.npm" % "uiv" % "0.36.0"
[org.webjars.npm/uiv "0.36.0"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.webjars.npm : portal-vue jar [2.1.7,3)
org.webjars.npm : vue-functional-data-merge jar [2.0.3,3)

Модули Проекта

Данный проект не имеет модулей.

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 🌟 .

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

Версии библиотеки

Версия
0.36.0
0.28.0
0.25.1
0.21.4
0.11.9