Monday, January 4, 2021

Vue - Useful Extensions

 Vue VS Code Snippets:
https://marketplace.visualstudio.com/items?itemName=sdras.vue-vscode-snippets


Vetur:
https://marketplace.visualstudio.com/items?itemName=octref.vetur


Vue.js devtools:
https://chrome.google.com/webstore/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd
https://github.com/vuejs/vue-devtools


Vue CLI:
https://cli.vuejs.org/guide/installation.html


Creating first hello world application using VUE CLI:

vue create hello-world -d