How to Make a Vue.js App with the Buefy Widget Library

John Au-Yeung
Level Up Coding
Published in
8 min readDec 7, 2019

--

Photo by Mael BALLAND on Unsplash

Buefy is a lightweight UI component library for Vue.js. It is based on the Bulma CSS framework, which is a framework similar to Bootstrap and Material Design libraries like Vuetify and Vue Material. It provides components like form inputs, tables, modals, alerts, etc, which are the most common components that Web apps use. The full list of components is located at https://buefy.org/documentation.

--

--