All Projects → codeitlikemiley → Vuetified

codeitlikemiley / Vuetified

Licence: mit
Laravel Starter App Using Vue ,Vuetify, and InertiaJS.

Projects that are alternatives of or similar to Vuetified

Vuejs2 Laravel53 Starter
A starter template for VueJs 2.0 with Laravel 5.4
Stars: ✭ 112 (-65.75%)
Mutual labels:  laravel, vuejs2
Laravel Vue Spa
SPA Boilerplate made with Laravel 5.6, Vue 2, Bootstrap 4, Vue-router 3, Vuex 3, Axios
Stars: ✭ 172 (-47.4%)
Mutual labels:  laravel, vuejs2
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 (-64.83%)
Mutual labels:  laravel, vuetify
Admin One Laravel Dashboard
Admin One — Free Laravel Dashboard (Bulma Buefy Vue.js SPA)
Stars: ✭ 94 (-71.25%)
Mutual labels:  laravel, vuejs2
Jianzhi V2
基于laravel5.5跟Vue2前后端分离的兼职平台
Stars: ✭ 327 (+0%)
Mutual labels:  laravel, vuejs2
Openlaravel
A collection of open source projects built using Laravel.
Stars: ✭ 106 (-67.58%)
Mutual labels:  laravel, vuejs2
Forum
A fully-fledged modern forum app, including @mention and private messaging, built with Laravel 5.3 and Vue 2.
Stars: ✭ 135 (-58.72%)
Mutual labels:  laravel, vuejs2
Willshop
基于 Laravel5.4 + vue.js2.x 的小网店系统
Stars: ✭ 46 (-85.93%)
Mutual labels:  laravel, vuejs2
blog-frontend
Frontend of blog created using: GraphQL (Apollo) + Vue + Nuxt.js + TypeScript + Vuetify...
Stars: ✭ 43 (-86.85%)
Mutual labels:  vuejs2, vuetify
Zhihu App
Laravel + Vue.js 开发知乎视频
Stars: ✭ 219 (-33.03%)
Mutual labels:  laravel, vuejs2
Laravel Vuetify Spa
Laravel-Vue SPA starter project template with Vuetify frontend.
Stars: ✭ 73 (-77.68%)
Mutual labels:  laravel, vuetify
Laravel Starter Kit
Laravel 7.0~ Starter Kit Powered by VueJS + Material Design(Vuetify)
Stars: ✭ 281 (-14.07%)
Mutual labels:  laravel, vuetify
Laravel Vue Tasks
📝 Task app built with Laravel 5.5 and Vue 2
Stars: ✭ 66 (-79.82%)
Mutual labels:  laravel, vuejs2
Vue Laravel Spa
Single Page Application made with Vue.JS2, Vue Router, Vuex and Laravel 5.6.
Stars: ✭ 107 (-67.28%)
Mutual labels:  laravel, vuejs2
Ticket Conductor
A free and open-source Laravel 5.5 and VueJS (SPA) Ticket system
Stars: ✭ 48 (-85.32%)
Mutual labels:  laravel, vuejs2
Laravel Coreui Vue
Laravel 5.6 with CoreUI (VueJS Full Starter Template) >>> Deprecated, please go to https://coreui.io/laravel/
Stars: ✭ 132 (-59.63%)
Mutual labels:  laravel, vuejs2
Vuetify Swipeout
👆 A swipe out example built with Vue CLI 3 + Vuetify + Swiper.
Stars: ✭ 117 (-64.22%)
Mutual labels:  vuetify, vuejs2
Vuetify Todo Pwa
✔️ A simple Todo PWA built with Vue CLI 3 + Vuex + Vuetify.
Stars: ✭ 160 (-51.07%)
Mutual labels:  vuetify, vuejs2
Todo Vue
Code for YouTube series on building a Todo App in Vue.js
Stars: ✭ 199 (-39.14%)
Mutual labels:  laravel, vuejs2
Formvuelar
Vue form components with server-side validation in mind
Stars: ✭ 263 (-19.57%)
Mutual labels:  laravel, vuejs2

Vuetified

Updated for Laravel 8.0 , Working Vuetify Loader Set with Inertia JS

Stacks

  • laravel echo (broadcasting realtime events)
  • inertiajs (state)
  • vuejs 2.6 + vuetify 2.4 (UI)
  • vform & vee-validate v2 (form handling)
  • ziggy (routing on UI)

Requirements

  • php 7.4 / 8.0
  • Node >= 12.0 +
  • fnm (optional for switching node versions)
  • laravel valet (optional)

Installation

  1. git clone https://github.com/codeitlikemiley/vuetified YOURPROJECTNAME
  2. cd YOURPROJECTNAME
  3. composer install
  4. yarn
  5. cp .env.example .env
  6. php artisan websockets:generate
  7. php artisan migrate:fresh --seed

Using Websocket to broadcast Events

  • php artisan websocket:serve

Development

  • npm run watch

Production

  • php artisan ziggy:generate
  • uncomment routes.js on plugins and comment route-local.js

Issues

If you have seen any bugs please report it by making an issue.

Support

If you need support you can contact our Facebook Page

Pull Request

If you want to add components to be part of vuetified please make a pull request.

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