A project utilizing Vue.js for frontend and laravel for backend
- enjoy benefits of a Single Page Application
- Build optimal complex frontend pages
- take advantage of Reactive components make for an excellent event-driven app
- composer installed install composer
- php 7.2.5
- clone this repository into a directory
- run composer install in the same directory to get all dependencies
- configure database connection in .env file
- seed the database with dummmy data run php artisan migrate --seed
- run npm run dev to combines all Vue components and other JavaScript files into a browser-friendly combined file.
- server the app with php artisan serve this will spawn a local server from where you can interact with the app.
This app is open-sourced software licensed under the MIT license.