cardamon 0.0.1

Cardamon is a tool to help development teams measure the power consumption and carbon emissions of their software.
1
2
3
4
5
6
7
8
9
10
<script setup lang="ts">
</script>

<template>
  <RouterView />
</template>

<style scoped>
/* Your scoped styles (if necessary) */
</style>