chore(frontend): 初始化 Vue 3 项目配置
- 添加 package.json,定义项目依赖和脚本 - 添加 vite.config.ts,配置 Vite 构建工具 - 添加 tsconfig.json 和 tsconfig.node.json,配置 TypeScript - 添加 index.html,HTML 入口模板 技术栈:Vue 3.3+ / TypeScript / Element Plus / Vite / Pinia
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>xinfra · 统一基础设施平台</title>
|
||||
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600&family=IBM+Plex+Sans:wght@400;500;600;700&display=swap" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<script type="module" src="/src/main.ts"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user