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

Wrong output on WSL/Ubuntu in dev mode #19

Closed ow closed 5 years ago

ow commented 5 years ago

Hey! I followed all of your steps to the letter and am getting a weird situation where the server is up/works, but the files are in the wrong place in development: in .nuxt rather than public/nuxt - have you seen this before?

Oddly enough, switching to yarn build actually makes them output in the right place, but without the watch as expected....

skyrpex commented 5 years ago

Hi @ow :)

The .nuxt folder is always created by Nuxt (it's used for temporary files and so).

Isn't that the case for any of the two commands?