Create a Todo List with the Oruga Library for Vue

John Au-Yeung
3 min readSep 28, 2020
Photo by Hans van Tol on Unsplash

The Oruga library is made by the same developer as the popular Buefy library.

It works with Vue 2.x.

In this article, we’ll look at how to create a todo list app with the Oruga library.

Get Started

We can create a project with Vue CLI by running:

npx vue create todo-list

--

--