https://github.com/elcobvg/laravel-vuetify-spa
Laravel-Vue SPA starter project template with Vuetify frontend.
https://github.com/elcobvg/laravel-vuetify-spa
frontend laravel material-design spa vee-validate vue vuetify vuetify-frontend vuetifyjs vuex
Last synced: 9 days ago
JSON representation
Laravel-Vue SPA starter project template with Vuetify frontend.
- Host: GitHub
- URL: https://github.com/elcobvg/laravel-vuetify-spa
- Owner: elcobvg
- License: mit
- Created: 2017-10-17T05:00:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-15T23:57:12.000Z (almost 7 years ago)
- Last Synced: 2025-03-28T17:11:13.407Z (27 days ago)
- Topics: frontend, laravel, material-design, spa, vee-validate, vue, vuetify, vuetify-frontend, vuetifyjs, vuex
- Language: PHP
- Homepage:
- Size: 1.37 MB
- Stars: 69
- Watchers: 11
- Forks: 37
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Laravel-Vue SPA Starter
> A Laravel-Vue SPA starter project template with Vuetify frontend.
Forked from https://github.com/cretueusebiu/laravel-vue-spa
## Features
- Laravel 5.6 + Vue + Vue Router + Vuex
- Frontend built with [Vuetify](https://github.com/vuetifyjs/vuetify) UI framework
- Pages with custom layouts
- Examples for login, register and password reset
- Client-side form validation with [VeeValidate](https://github.com/baianat/vee-validate)
- Integration with [vform](https://github.com/cretueusebiu/vform)
- Authentication with [JWT](https://github.com/tymondesigns/jwt-auth)
- Webpack with [laravel-mix](https://github.com/JeffreyWay/laravel-mix)## Installation
- `git clone https://github.com/elcobvg/laravel-vuetify-spa.git`
- `cd laravel-vue-spa`
- `cp .env.example .env`
- `composer install`
- `php artisan key:generate`
- `php artisan jwt:secret`
- Edit `.env` and set your database connection details
- `php artisan migrate`
- `npm install` / `yarn`## Usage
#### Development
```bash
# build and watch
npm run watch# serve with hot reloading
npm run hot
```#### Production
```bash
npm run production
```## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.
[](https://github.com/standard/standard)