From fdb957a4d8459f7bc1ce75c03c9f63cf730ef535 Mon Sep 17 00:00:00 2001 From: Damillora Date: Fri, 29 Nov 2019 02:47:09 +0700 Subject: [PATCH] Fixed accidentally yeeted Vue.js section in README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4d1df51..e85706e 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,14 @@ The database used is MariaDB 10.4.8 ## External frontend libraries used +### Vue.js + +Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web + +Vue.js allows for interactivity while being less cumbersome than manipulating the DOM manually e.g. with jQuery. + +[Project Website](https://vuejs.org) + ### jQuery jQuery is a feature-rich JavaScript library.