[Vuejs]-How to use MySQL with Vue SSR directly without REST API backend?

0👍

Vue js is client side language. Not for server side.
For access mySql You must need to access via server side language like php, nodeJs, python.

You can also follow some official documentation for better understand about server side rendering
https://v2.vuejs.org/v2/guide/ssr.html

Leave a comment