完成vue+amis的前端版本
This commit is contained in:
25
client/index.html
Normal file
25
client/index.html
Normal file
@@ -0,0 +1,25 @@
|
||||
<!doctype html>
|
||||
<html lang="zh">
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<title>API Client</title>
|
||||
<style>
|
||||
html, body, #app {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
</style>
|
||||
<link rel="stylesheet" href="/jssdk/antd.css"/>
|
||||
<link rel="stylesheet" href="/jssdk/helper.css"/>
|
||||
<link rel="stylesheet" href="/jssdk/iconfont.css"/>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<script src="/jssdk/sdk.js"></script>
|
||||
<script type="module" src="/src/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user