0👍
One of the things that is likely to go wrong especially as there are no error messages showing is forgetting to run your json-server package. This should run simultaneously as your development tools.
First run:
npm run json
While the above is still running, open another terminal and run this:
npm run serve
- [Vuejs]-Vee validate across multiple fields
- [Vuejs]-Error when using Vue plugin in Laravel: Unknown custom element: <simplert>
Source:stackexchange.com