Build a Drag-and-Drop Trello Board with Vue.js - Getting Started - 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