Laravel Valet like service for Vue CLI projects
See original GitHub issueWhat problem does this feature solve?
- Avoid having to manually start
serve
for each project - Add the ability to share sites using local tunnels
- Having developer friendly test sites using like
my-project.test
instead oflocalhost:8080
What does the proposed API look like?
A single node service which would handle all requests. This service would spin up the dev servers on demand and then proxy requests to each dev server based on the domain name.
If the feature is deemed worthwhile by the community, I’m happy to help start putting this together 😃
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Serve vue-cli project with valet - Stack Overflow
While this doesn't work with vue-cli-service serve , I have found a workaround that works with build. You can serve static sites using...
Read more >Using Laravel Valet to serve Vue 3 applications - YouTube
Laravel InertiaJS & Vue 3 toast notifications · Adding multi tenancy to an existing Laravel web application · Holiday Season | 3Hrs of...
Read more >How to Build a Full-Stack Single Page Application with ...
Vue is a fantastic framework that you can use as a stand-alone to build single-page applications, but you can also use it with...
Read more >Setting up Laravel 8 with Vue.js and Tailwind css
We will be using Vue Cli to install and create a boilerplate vue project. Its easy to install and gives you a few...
Read more >Build a modern web application with Laravel and Vue - Part 2
password – used in authentication. Open the User model which is in the app directory and update it as below: <?php namespace App;...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Not just Laravel users! Valet is pretty general purpose, but it suffers the same fate as Laravel Mix, which is also a very good general purpose tool…
That sounds pretty neat for Laravel users!