1 Star 0 Fork 0

Indexea / scaffold-vue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.html 582 Bytes
一键复制 编辑 原始数据 按行查看 历史
Indexea 提交于 2023-01-16 10:18 . fix icon path
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/static/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Indexea</title>
<meta name="keywords" content="Indexea, Vue" />
<meta name="description" content="Indexea scaffold for Vue 2" />
<link rel="stylesheet" href="/src/global.css" />
<script type="module" src="/src/main.js"></script>
</head>
<body>
<div id="IndexeaApp"></div>
</body>
</html>
JavaScript
1
https://gitee.com/indexea/scaffold-vue.git
git@gitee.com:indexea/scaffold-vue.git
indexea
scaffold-vue
scaffold-vue
master

搜索帮助