🎉 初始化项目 electron13 + vue3 + typescript

This commit is contained in:
muwoo
2021-11-19 13:54:34 +08:00
parent b3ad8343ca
commit a7cbc2c890
15 changed files with 3020 additions and 38 deletions

17
src/renderer/App.vue Normal file
View File

@@ -0,0 +1,17 @@
<template>
<router-view />
</template>
<script setup>
</script>
<style lang="less">
#app {
font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
}
</style>