DEV Community

Getting Started with Vue.js (CHEAT SHEET)

Lucas H. on September 15, 2019

Vue is an awesome JavaScript framework to create interactive light-speed web-apps. Being new to Vue, I naturally weigh towards making summaries of ...
Collapse
 
rolandcsibrei profile image
Roland Csibrei

data: shouldn't be data() {...}?

Collapse
 
lucashogie profile image
Lucas H.

This is not correct if you're using Vue as the Vue script + a simple JS script. If you start making components that you reuse this is a smarter move because this way not every component will show the same data!

Collapse
 
liyasthomas profile image
Liyas Thomas

Please consider making a cheat cheat for Nuxt Vue with some sample use cases and code snippets 🎉

Collapse
 
lucashogie profile image
Lucas H.

Actually going to get to that! Thank you :)