DEV Community

wolfiton
wolfiton

Posted on

VSCodium(VSCode) extensions to make working with Vue easier

Hi everyone,

Today I want to list some extensions that can make Vue development easier with VSCodium.

The following extensions are recommended for Vue:

Bonus

Use serve -s dist to preview your Vue builds before you upload them to production

You can install serve with yarn global add serve or npm i -g serve

Theme: Night Wolf Night Wolf Link

Warning: Disable Vetur snippets if you are also using the Vue VSCode Snippets by Sarah Drasner. DO NOT DISABLE VETUR COMPLETELY.

A step by step guide can be found here https://www.vuemastery.com/courses/real-world-vue-js/optimizing-your-editor/.

I hope you enjoyed the artcile Dear Reader.
Also, if you liked the article, than share it with others on social.

Credits:
https://www.vuemastery.com/courses/real-world-vue-js/optimizing-your-editor/

Top comments (2)

Collapse
 
manuelojeda profile image
Manuel Ojeda

This one gives you snippets using TS with Vue:
marketplace.visualstudio.com/items...

Collapse
 
wolfiton profile image
wolfiton

Thanks for sharing @manuelojeda