🔧 Created default vue template espanso

This commit is contained in:
z3rOR0ne 2023-12-06 01:41:48 -08:00
parent 4c23390880
commit 743eed432c
2 changed files with 24 additions and 0 deletions

14
scripts/vue Executable file
View file

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