This is my first Vue app. I'm just testing the waters to see how it compares to React. It uses the same SWAPI api from my sidekicker code test.
- Pull the repo down anywhere.
- Run
composer installon the backend. - Run
npm installon the frontend. - Run
serve_lumen.shto serve the PHP backend. - Run
npm run serveto serve the Vue frontend.
- Run
npm run buildon the frontend (build todistfolder). - Use http-server to serve
distfolder