0👍
Did you run composer install and npm install ?
if you have ssh run the following command before deploying your code –> npm run dev. However, when you deploy to the live server with real users, run this command –> npm run production.
if you work in shared hosting and don’t have ssh , the solution is almost always "do it locally, upload it when done".
- [Vuejs]-How to use downloaded nodeModule library locally on my Vue project
- [Vuejs]-What causes the animation to fail in this Vue 3 application?
Source:stackexchange.com