Developing Vue Apps with the Quasar Library — Skeleton

John Au-Yeung
3 min readFeb 12, 2021
Photo by heiler maciel on Unsplash

Quasar is a popular Vue UI library for developing good looking Vue apps.

In this article, we’ll take a look at how to create Vue apps with the Quasar UI library.

Skeleton

We can add placeholder items that we display when data is loading with the q-skeleton component.

--

--