Skip to content

Latest commit

 

History

History
98 lines (91 loc) · 2.28 KB

readme.md

File metadata and controls

98 lines (91 loc) · 2.28 KB

universe ui

qucik start (maven)

axios

<dependency>
    <groupId>io.github.ooknight</groupId>
    <artifactId>axios</artifactId>
    <version>0.21.1.111</version>
</dependency>
<script src="/static/plugins/axios/axios.min.js"></script>

bootstrap (5)

<dependency>
    <groupId>io.github.ooknight</groupId>
    <artifactId>bootstrap</artifactId>
    <version>5.1.1.111</version>
</dependency>
<link rel="stylesheet" href="/static/plugins/bootstrap/css/bootstrap.min.css"/>

<script src="/static/plugins/bootstrap/js/bootstrap.min.js"></script>
or
<script src="/static/plugins/bootstrap/js/bootstrap.bundle.min.js"></script>

bootstrap 4

<dependency>
    <groupId>io.github.ooknight</groupId>
    <artifactId>bootstrap4</artifactId>
    <version>4.6.0.111</version>
</dependency>
<link rel="stylesheet" href="/static/plugins/bootstrap/css/bootstrap.min.css"/>

<script src="/static/plugins/bootstrap/js/bootstrap.min.js"></script>
or
<script src="/static/plugins/bootstrap/js/bootstrap.bundle.min.js"></script>

bootstrap 3

<dependency>
    <groupId>io.github.ooknight</groupId>
    <artifactId>bootstrap3</artifactId>
    <version>3.4.1.111</version>
</dependency>
<link rel="stylesheet" href="/static/plugins/bootstrap/css/bootstrap.min.css"/>

<script src="/static/plugins/bootstrap/js/bootstrap.min.js"></script>

bootstrap-icons

<dependency>
    <groupId>io.github.ooknight</groupId>
    <artifactId>bootstrap-icons</artifactId>
    <version>1.5.0.111</version>
</dependency>
<link rel="stylesheet" href="/static/plugins/bootstrap/css/bootstrap-icons.css"/>

jquery (3)

<dependency>
    <groupId>io.github.ooknight</groupId>
    <artifactId>jquery</artifactId>
    <version>3.6.0.111</version>
</dependency>
<script src="/static/plugins/jquery/jquery.min.js"></script>
or
<script src="/static/plugins/jquery/jquery.slim.min.js"></script>

jquery 2

<dependency>
    <groupId>io.github.ooknight</groupId>
    <artifactId>jquery2</artifactId>
    <version>2.2.4.111</version>
</dependency>
<script src="/static/plugins/jquery/jquery.min.js"></script>

todo

bootstrap theme - https://bootswatch.com/