create webapp stencil with side bar, routes and fake login
This commit is contained in:
5
cmd/cli/templates/vue/Header.vue.tmpl
Normal file
5
cmd/cli/templates/vue/Header.vue.tmpl
Normal file
@ -0,0 +1,5 @@
|
||||
<template>
|
||||
<div class="flex justify-around">{{ .AppNameCaps }}</div>
|
||||
</template>
|
||||
<script setup lang="ts">
|
||||
</script>
|
Reference in New Issue
Block a user