feat: scaffold Vite + Vue3 project with npmmirror

This commit is contained in:
timeTable2 dev
2026-07-13 18:21:17 +08:00
parent 1affa0b021
commit f64c0a2a10
8 changed files with 2832 additions and 0 deletions

9
src/App.vue Normal file
View File

@@ -0,0 +1,9 @@
<script setup>
</script>
<template>
<div style="font-family: sans-serif; padding: 40px;">
<h1>📅 ICS 日程整理器</h1>
<p>脚手架就绪</p>
</div>
</template>