Learn Vue JS course Learn Javascript and Vue JS Learn VueJS course Learn VueJS Tutorial

Build a Drag-and-Drop Trello Board with Vue.js

Get access to the most comprehensive Vue.js video library in the world. Over 300 video lessons including the newest Vue 3 features.

Provide the Board Data and Structure the HTML

In this lesson, we hardcode some board data into a TrelloBoard component. This makes it easy to start working out the HTML structure of the Trello Board. We also make sure our data is typesafe with the TypeScript interfaces we created in the last lesson.

Links