notes/scripts/vue
2023-12-11 21:29:36 -08:00

11 lines
No EOL
180 B
Bash
Executable file

#!/usr/bin/env bash
# Utilize in conjunction with espanso, call ;vue
cat <<EOM
<script setup lang="ts"></script>
<template>
<div></div>
</template>
<style scoped></style>
EOM