sdras / vue-vscode-snippets

These snippets were built to supercharge my workflow in the most seamless manner possible.
https://marketplace.visualstudio.com/items?itemName=sdras.vue-vscode-snippets
MIT License
1.33k stars 185 forks source link

Added v-base-pug for PUG language #61

Closed kaangokdemir closed 4 years ago

kaangokdemir commented 5 years ago

Description and Issue

I'm a true fan of these snippets. Huge thanks for @sdras who brings in these snippets to Vue community. But since I'm mostly writing my templates with PUG language, I've discovered that I was changing template's language after using vbase when I create a new .vue file. I know there are people like me who loves write pug therefore I wanted to make a little contribute for that amazing project.

Changes made

vbase-pug snippet added into vue.json file which uses .scss as style language and description added into README.md file.

kaangokdemir commented 4 years ago

I assume this project is not maintaining anymore. I have created an extension named vue-pug-snippets which includes 32 different base snippets for pug.js lovers.