haydenbbickerton / feature-requests-app

Frontend for Feature Requests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Requests App (WIP)

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.

DEMO - (The data is wiped every 24 hours)

Frontend Tools

Installation

$ 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

Configuration

You'll want to change the urls to match your setup in config/development.config.js and config/production.config.js.

License

MIT

###Contributing Pull requests are welcome :)

About

Frontend for Feature Requests


Languages

Language:Vue 57.3%Language:JavaScript 34.9%Language:HTML 4.2%Language:CSS 3.5%