Feature Requests is a API/SPA combo demonstrating some ways to piece together various pieces of the Laravel and Vue.js ecosystems. A fictional app for helping a company create/view client profiles, creating feature requests from those clients, and prioritizing those feature requests.
This is the frontend, the ui. You can find the backend repo here - feature-requests.
$ git clone [git-repo-url] feature-requests-app
$ cd feature-requests-app
$ npm install
$ npm run dev #served at localhost:8080
$ npm run build #production build
You'll want to change the urls to match your setup in config/development.config.js
and config/production.config.js
.
Pull requests are welcome :)