I'm trying to serve a local website using valet
, but unsuccessfully.
vue create my-project
cd my-project
If I serve the project with:
npm run serve
I get the default page with Vue logo.
But if I serve the project using valet
(with park
or link
option), I get a blank page.
How can I serve vue-cli
project using valet
?