© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Emil Moe
Senior Data Engineer
What is a new Vue?
K
Ha!
new Vue({ el: '#app', data: { message: 'Hello Vue.js!' } })
That's the example from the docs.
Interesting.. I always used just 1 instance
Yeah this is why I'm asking, I read the docs and I wasn't sure what is used how. So you're just creating one Vue and then add components for it?
I have given it a go on Twitter twitter.com/EmilMoe/status/762653482277036032