notes/scripts/vue
2023-12-06 01:41:48 -08:00

14 lines
No EOL
173 B
Bash
Executable file

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