All Projects → eolant → Laravel Vuetify Spa Starter

eolant / Laravel Vuetify Spa Starter

Licence: mit
Laravel Vuetify Starter SPA built with Laravel 6.0, JWT Auth, Vue 2, Vue Router 3, Vuex 3, Axios, Vuetify 2

Projects that are alternatives of or similar to Laravel Vuetify Spa Starter

Laravel Vuetify Spa
Laravel-Vue SPA starter project template with Vuetify frontend.
Stars: ✭ 73 (-36.52%)
Mutual labels:  laravel, vuetify, spa
Vue Crud
Vue.js based REST-ful CRUD system
Stars: ✭ 629 (+446.96%)
Mutual labels:  vuetify, spa
Awes Io
Awes.io // boilerplate based on Vue, Nuxt, TailwindCSS plus Laravel as a backend. 🤟
Stars: ✭ 599 (+420.87%)
Mutual labels:  laravel, spa
Enso
Laravel Vue SPA, Bulma themed. For demo login use `[email protected]el-enso.com` & `password` -
Stars: ✭ 959 (+733.91%)
Mutual labels:  laravel, spa
Laravel Starter Kit
Laravel 7.0~ Starter Kit Powered by VueJS + Material Design(Vuetify)
Stars: ✭ 281 (+144.35%)
Mutual labels:  laravel, vuetify
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 (+160.87%)
Mutual labels:  laravel, spa
Laravel Nuxt
A Laravel-Nuxt starter kit.
Stars: ✭ 943 (+720%)
Mutual labels:  laravel, spa
Vuetober
A webpack starting point for single page apps with October CMS and Vue
Stars: ✭ 251 (+118.26%)
Mutual labels:  laravel, spa
Laravel Vue Starter
Well Documented Laravel Starter App From Development to Production. For Full Blown RESTFUL API and SPA with Beautiful UI Using Buefy / ElementUi For Reusable Vue Components
Stars: ✭ 76 (-33.91%)
Mutual labels:  laravel, spa
Photo Blog
The Photo Blog Application based on Laravel 5 and Vue.js 2 + Prerender
Stars: ✭ 55 (-52.17%)
Mutual labels:  laravel, spa
vuetibook
Integrating Vue.js, Vuetify and Storybook
Stars: ✭ 16 (-86.09%)
Mutual labels:  spa, vuetify
Vue Laravel Spa
Single Page Application made with Vue.JS2, Vue Router, Vuex and Laravel 5.6.
Stars: ✭ 107 (-6.96%)
Mutual labels:  laravel, spa
imgalign
Webapplication for image stitching and aligning
Stars: ✭ 162 (+40.87%)
Mutual labels:  spa, vuetify
Vuetified
Laravel Starter App Using Vue ,Vuetify, and InertiaJS.
Stars: ✭ 327 (+184.35%)
Mutual labels:  laravel, vuetify
Laravel Vue Spa
A Laravel-Vue SPA starter kit.
Stars: ✭ 2,889 (+2412.17%)
Mutual labels:  laravel, spa
Spa Starter Kit
A highly opinionated starter kit for building Single Page Applications with Laravel and Vue.js
Stars: ✭ 933 (+711.3%)
Mutual labels:  laravel, spa
Laravel Nuxt Js
Build a SPA with Laravel and Nuxt.
Stars: ✭ 146 (+26.96%)
Mutual labels:  laravel, spa
Webhook.site
⚓️ Easily test HTTP webhooks with this handy tool that displays requests instantly.
Stars: ✭ 2,842 (+2371.3%)
Mutual labels:  laravel, spa
Laravel Vuejs.com
Laravel and VueJs Blog, using Laravel nova, GraphQL, NuxtJs, Apollo and ...more
Stars: ✭ 54 (-53.04%)
Mutual labels:  laravel, spa
Running Time
Sample Single Page Application using Laravel & Vue.js + Vuex + Vue-Router
Stars: ✭ 90 (-21.74%)
Mutual labels:  laravel, spa

Laravel Vuetify SPA Starter

Starter SPA built with Laravel 6.0, JWT Auth, Vue 2, Vue Router 3, Vuex 3, Axios, Vuetify 2

Included

Installation:

  • Clone the repo
  • Copy .env.example to .env
  • Configure .env
  • Run composer install
  • Run php artisan key:generate
  • Run php artisan jwt:secret
  • Run php artisan migrate
  • Run npm install
  • Make sure storage/framework/cache, storage/framework/sessions, storage/framework/views directories exist. Run mkdir -p storage/framework/{sessions,views,cache}

Usage

  • Run npm run watch for live reloading using BrowserSync
  • Run npm run hot for hot reloading
  • Run npm run prod for production buid

Bonus

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].