388 Star 2.3K Fork 3.6K

lengleng / pig-ui

Create your Gitee Account
Explore and code with more than 8 million developers,Free private repositories !:)
Sign up
Clone or Download
index.html 885 Bytes
Copy Edit Web IDE Raw Blame History
lbw authored 2022-09-16 16:32 . :recycle: Refactoring code. 支持vite 压缩
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<link rel="icon" href="/favicon.ico"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" href="/css/loading.css">
<!--引入阿里云图标库-->
<link rel="stylesheet" href="/css/iconfont/iconfont.css">
<title>PIG 快速开发框架</title>
</head>
<body class="theme-white">
<div id="app">
<div class="loading">
<div class="loading-wrap">
<div class="loading-dots">
<span class="dot dot-spin">
<i></i>
<i></i>
<i></i>
<i></i>
</span>
</div>
<div class="loading-title">
PIG 快速开发框架
</div>
</div>
</div>
</div>
<script type="module" src="/src/main.js"></script>
</body>
</html>
JavaScript
1
https://gitee.com/log4j/pig-ui.git
git@gitee.com:log4j/pig-ui.git
log4j
pig-ui
pig-ui
master

Search