[Vuejs]-I have a problem with the nuxt project deploy on cpanel

1👍

To solve this problem, I installed the nuxt-start package before npm run build,

npm i –save nuxt-start

then
npm run build
and then
npm run start,
and the problem was solved, I said maybe this solution was needed for other people

Leave a comment