laravel-nuxt-js
laravel-nuxt-js copied to clipboard
Build a SPA with Laravel and Nuxt.
Hi, I just was testing your package using this guide https://dev.to/skyrpex/create-a-spa-with-laravel-and-nuxt--54k, when I started the server with npm start it throws an error: /node_modules/@nuxtjs/axios/lib/plugin.js: globalName is not defined I found...
Bumps [acorn](https://github.com/acornjs/acorn) from 6.3.0 to 6.4.1. Commits 9a2e9b6 Mark version 6.4.1 90a9548 More rigorously check surrogate pairs in regexp validator df0cf1a Mark version 6.4.0 5303412 Also export Parser via Parser.acorn...
Hi, `@nuxtjs/vuetify `wont work when added `nuxt.config.js` ``` { buildModules: [ '@nuxtjs/vuetify' ], vuetify: { /* module options */ } } ``` while it works when add as plugin or,...
Hello @skyrpex ! I want change base route for nuxt app via configuration field in nuxt.config.js like this: ```js router: { base: '/admin/', }, ``` But after change this settings...
I was all day trying to make this package work, but the only way i could make it work was using `npm run build` and then `npm start`, obviously that's...
I don't have time lately but I was thinking on the v2 for a while. The major changes would be: * Drop the `laravel-nuxt` binary and launch `php artisan serve`...
The nuxt version does not support Typescript
Lets use https://github.com/sindresorhus/fkill here https://github.com/skyrpex/laravel-nuxt-js/blob/45c0db56b99b8de8b36efbbc3ec51399585fa651/src/utils.js#L30-L36
Detached opens new CLI windows, which is awkward. Maybe we can get rid of it... but I remember having some problems killing child processes. It's used here: https://github.com/skyrpex/laravel-nuxt-js/blob/ad93f70064c01fbedff72da9f4ce3237e7025843/bin/laravel-nuxt-dev.js#L57 https://github.com/skyrpex/laravel-nuxt-js/blob/ad93f70064c01fbedff72da9f4ce3237e7025843/bin/laravel-nuxt-dev.js#L74