From zero to hero with Vue —Advanced Components, Parcel, Dev Tools
Sep 1, 2018 · 8 min read

So far we made a simple Vue component which renders plain HTML. What if we want the component to have interactivity? Here’s how we can to that.
Let’s create a counter component. Be my guest to implement the counter component before continuing…learning by doing is the most efficient way to mastering. 👍


