skyrpex / laravel-nuxt-js

Build a SPA with Laravel and Nuxt.
https://www.npmjs.com/package/laravel-nuxt
MIT License
146 stars 20 forks source link

npm run build not build from static folder #43

Open keetamhoang opened 3 years ago

keetamhoang commented 3 years ago

Hi,

npm start command still work OK, but when i run npm run build command for production, everything in static folder has gone.

So, what should I do?

Thanks!

skyrpex commented 3 years ago

Hi @keetamhoang :wave:

Do you have a minimal repository that reproduces the case?