All Projects → elcobvg → Laravel Vuetify Spa

elcobvg / Laravel Vuetify Spa

Licence: mit
Laravel-Vue SPA starter project template with Vuetify frontend.

Projects that are alternatives of or similar to Laravel Vuetify Spa

Vue Crud
Vue.js based REST-ful CRUD system
Stars: ✭ 629 (+761.64%)
Mutual labels:  material-design, vuex, vuetify, spa
Koa Vue Notes Web
🤓 This is a simple SPA built using Koa as the backend, Vue as the first frontend, and React as the second frontend. Features MySQL integration, user authentication, CRUD note actions, and Vuex store modules.
Stars: ✭ 200 (+173.97%)
Mutual labels:  vuex, frontend, spa
Vuetify Todo Pwa
✔️ A simple Todo PWA built with Vue CLI 3 + Vuex + Vuetify.
Stars: ✭ 160 (+119.18%)
Mutual labels:  material-design, vuex, vuetify
Running Time
Sample Single Page Application using Laravel & Vue.js + Vuex + Vue-Router
Stars: ✭ 90 (+23.29%)
Mutual labels:  laravel, vuex, spa
Laravel Vuejs.com
Laravel and VueJs Blog, using Laravel nova, GraphQL, NuxtJs, Apollo and ...more
Stars: ✭ 54 (-26.03%)
Mutual labels:  laravel, vuex, spa
Vue Laravel Spa
Single Page Application made with Vue.JS2, Vue Router, Vuex and Laravel 5.6.
Stars: ✭ 107 (+46.58%)
Mutual labels:  laravel, vuex, spa
Enso
Laravel Vue SPA, Bulma themed. For demo login use `[email protected]el-enso.com` & `password` -
Stars: ✭ 959 (+1213.7%)
Mutual labels:  laravel, vuex, spa
Laravel Vuetify Spa Starter
Laravel Vuetify Starter SPA built with Laravel 6.0, JWT Auth, Vue 2, Vue Router 3, Vuex 3, Axios, Vuetify 2
Stars: ✭ 115 (+57.53%)
Mutual labels:  laravel, vuetify, spa
Webhook.site
⚓️ Easily test HTTP webhooks with this handy tool that displays requests instantly.
Stars: ✭ 2,842 (+3793.15%)
Mutual labels:  laravel, frontend, spa
Roastandbrew
Updated content available! We learned a lot since we originally wrote this article. We now have this updated for Laravel 8, Vue, and NuxtJS 👉 https://srvrsi.de/book
Stars: ✭ 300 (+310.96%)
Mutual labels:  laravel, vuex, spa
Vue Skeleton Mvp
VueJs, Vuetify, Vue Router and Vuex skeleton MVP written on JavaScript using async/await built to work with API REST skeleton: https://github.com/davellanedam/node-express-mongodb-jwt-rest-api-skeleton
Stars: ✭ 406 (+456.16%)
Mutual labels:  vuex, vuetify, frontend
Spa Starter Kit
A highly opinionated starter kit for building Single Page Applications with Laravel and Vue.js
Stars: ✭ 933 (+1178.08%)
Mutual labels:  laravel, spa
Laravel6 Frontend Boilerplate
A Vue.js Frontend starter project kit template/boilerplate with Laravel 6 Backend API support.
Stars: ✭ 26 (-64.38%)
Mutual labels:  laravel, frontend
React Fab Fan
Floating action button fan built with react and react-motion
Stars: ✭ 14 (-80.82%)
Mutual labels:  material-design, frontend
Laravel Spa Vuetify Starter
A simple lightweight admin template based on laravel and vuetifyjs. Simple and clean!
Stars: ✭ 20 (-72.6%)
Mutual labels:  material-design, spa
Laravel Angular6 Material
Laravel 5.6 + Angular 6 + Material Design single page application
Stars: ✭ 19 (-73.97%)
Mutual labels:  laravel, material-design
Reo
🍯 regularjs and stateman based spa framework, inspired by redux, vuex and choo
Stars: ✭ 14 (-80.82%)
Mutual labels:  vuex, spa
Vuetify
🐉 Material Component Framework for Vue
Stars: ✭ 33,085 (+45221.92%)
Mutual labels:  material-design, vuetify
Aurelia
Aurelia 2, a standards-based, front-end framework designed for high-performing, ambitious applications.
Stars: ✭ 995 (+1263.01%)
Mutual labels:  frontend, spa
Vue Bootstrap With Material Design
Vue Bootstrap with Material Design - Powerful and free UI KIT
Stars: ✭ 803 (+1000%)
Mutual labels:  material-design, frontend

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 UI framework
  • Pages with custom layouts
  • Examples for login, register and password reset
  • Client-side form validation with VeeValidate
  • Integration with vform
  • Authentication with JWT
  • Webpack with 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

# build and watch
npm run watch

# serve with hot reloading
npm run hot

Production

npm run production

Changelog

Please see CHANGELOG for more information what has changed recently.

JavaScript Style Guide

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].