[Vuejs]-Why does Gridsome use Vue in the dist build?

0👍

This is because it uses Vue.js for the frontend. For example, if you need to fetch data from an API when the user visits the site, you would use Vue.js to do that. Same as if you wanted to hide/show fields based on a button click.

Leave a comment