DEV Community

Justin Jackson
Justin Jackson

Posted on

My first time writing Vue.js

This was my first time using Vue.js (or really writing any JavaScript!).

The problem we tackled:

I'd created a navigation component with Tailwind CSS. It worked nicely on the desktop but needed some JS for the mobile view.

Solution:

Adam helped me write some Vue.js code that made the hamburger menu collapse and expand when clicked.

Here's the video:

Sidenote: Adam used Tuple to pair with me on this, and it was the best learning experience I've had. Tuple's tools for drawing on the screen and taking over the keyboard were especially helpful.

Top comments (0)