🔧 Created default vue template espanso
This commit is contained in:
parent
4c23390880
commit
743eed432c
2 changed files with 24 additions and 0 deletions
14
scripts/vue
Executable file
14
scripts/vue
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue