vue-vscode-snippets icon indicating copy to clipboard operation
vue-vscode-snippets copied to clipboard

These snippets were built to supercharge my workflow in the most seamless manner possible.

Results 28 vue-vscode-snippets issues
Sort by recently updated
recently updated
newest added

`vbase-3-ts-setup` produces the following layout: ```js ``` Is it possible to change the arrangement to ```js ```

Hello there, this is my first contribution. If you have any suggestions, feel free to comment; I'm open to any suggestions. Thanks!

This PR moves the script section of the Composition API snippets to the top, above the template section. I understand that this change is very subjective, so if the current...

Because more and more projects like [antfu/vitesse](https://github.com/antfu/vitesse) adopt script first order in Vue and eslint-plugin-vue also have [vue/component-tags-order](https://eslint.vuejs.org/rules/component-tags-order.html) to limit script, template and style tag order. So I add `vbase-3-setup-first`...

Hi there! I've had this snippet collection installed for a little while, and thought it worthwhile to contribute. I've added a small sample of Pinia commands that I find myself...

Base code needed for setting a pinia store along with getting it setup with hot module reloading

I added a #91 issue solution

I just logged on to start working - and now every single vue file in my project is getting marked with an error message from Volar on every single line,...

Hello, I know it might not be the best place to ask, but how to add a custom snippet that works only in vue-script? I've tried to add a new...