May 11, 2022
0
Level 1
Does Envoyer work with Vue Cli
Hello,
I have laravel as backend and vue cli as frontend hosted with Forge, at the moment building time for production takes about 4 minutes my current Laravel Forge script looks like this:
$FORGE_COMPOSER install --no-interaction --prefer-dist --optimize-autoloader
npm run install-all
npm run build
Now the question is does Envoyer gonna also work with Vue cli and make it 0 downtime or it only works for laravel backend
Please or to participate in this conversation.