feat: scaffold alarm-front Vue 2 project

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>

Former-commit-id: 1347bf8befedaab41f6c25bf881a5ab5ad86ed0d
This commit is contained in:
反编译工作区
2026-04-29 13:03:55 +08:00
parent 7e9817cc17
commit 803fb0bea8
11 changed files with 134 additions and 0 deletions
@@ -0,0 +1,17 @@
<template>
<div id="app">
<router-view />
</div>
</template>
<script>
export default {
name: 'App',
};
</script>
<style>
#app {
height: 100%;
}
</style>