jui

WebJar for jui

Лицензия

Лицензия

MIT
Группа

Группа

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

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

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

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

2.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

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

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

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

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

https://github.com/seogi1004/jui

Скачать jui

Имя Файла Размер
jui-2.0.1.pom
jui-2.0.1.jar 1 MB
jui-2.0.1-sources.jar 22 bytes
Обзор

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.webjars.bower : jquery jar [1.8.0,)

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

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

Getting Started

Loading resources

JUI library only requires the user to load a single package file. Access to the jui class must then be configured in the markup.

<link rel="stylesheet" href="dist/ui.min.css" />
<link rel="stylesheet" href="dist/ui-jennifer.min.css" />
<body class="jui">...</body>

As the script works only with jQuery 1.8 or higher, it is necessary to load the jQuery library first.

<script src="lib/jquery-1.8.0.min.js"></script>
<script src="lib/core.min.js"></script>
<script src="dist/ui.min.js"></script>

Installing in command

npm install jui
bower install jui
jamjs install jui

To build the project

Build using a grunt in JUI Library

grunt       // Build all processes
grunt js    // Merge and Minifiy JavaScript files
grunt css   // Compile LESS files
grunt test  // Unit Tests

After the build output is shown below.

dist/ui.js
dist/ui.min.js
dist/ui.css
dist/ui.min.css
dist/ui-jennifer.css
dist/ui-jennifer.min.css
dist/ui-dark.css
dist/ui-dark.min.css

Documentation

http://jui.io
http://uiplay.jui.io

Maintainers

Created by Alvin and Jayden, Yoha

License

MIT License

Copyright (C) 2016 (JenniferSoft Inc.)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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

Версия
2.0.1
1.4.0
1.3.3