Starter application with JWT Auth + sample backend API
Saturday, December 12, 20151. Frontend
- Vue.js 0.12.15
- vue-router
- vue-resource
- vueify
- envify to accomodate builds in different environments
- Laravel Elixir for Gulp magic
- Bootstrap 3.3.5 styling
- Sass custom styles (mostly Laravel Spark styles)
2. Backend
- Laravel 5.1
- SQlite or any other DB backend you prefer. SQLite is the default to make testing this out easier
- Dingo API component for Laravel
- JWT Authentication middleware
- Sample REST api for Dogs (woof woof) - CRUD style
0 comments