1 Star 2 Fork 0

Layoomiety / vite-vue3-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.html 788 Bytes
一键复制 编辑 原始数据 按行查看 历史
Layoomiety 提交于 2022-10-30 11:40 . feat: vue.d.ts
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="referrer" content="no-referrer" />
<meta name="description" content="Description of your app" />
<link rel="icon" href="/favicon.ico" type="image/png" />
<link
rel="alternate icon"
href="/favicon.ico"
type="image/png"
sizes="16x16"
/>
<!-- <link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180"> -->
<link rel="mask-icon" href="/favicon.ico" color="#FFFFFF" />
<meta name="theme-color" content="#ffffff" />
<title><%- title %></title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>
TypeScript
1
https://gitee.com/zouchengxin/vite-vue3-template.git
git@gitee.com:zouchengxin/vite-vue3-template.git
zouchengxin
vite-vue3-template
vite-vue3-template
web

搜索帮助