All Projects → dalholm → Laravel Spa Vuetify Starter

dalholm / Laravel Spa Vuetify Starter

Licence: mit
A simple lightweight admin template based on laravel and vuetifyjs. Simple and clean!

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

Laravel Vuetify Spa
Laravel-Vue SPA starter project template with Vuetify frontend.
Stars: ✭ 73 (+265%)
Mutual labels:  material-design, spa
Servicestackvs
ServiceStackVS - Visual Studio extension for ServiceStack
Stars: ✭ 117 (+485%)
Mutual labels:  material-design, spa
Vue Crud
Vue.js based REST-ful CRUD system
Stars: ✭ 629 (+3045%)
Mutual labels:  material-design, spa
Hoverboard
Conference website template
Stars: ✭ 935 (+4575%)
Mutual labels:  material-design
Wi Pwn
ESP8266 Deauther ​with a material design WebUI 📶
Stars: ✭ 839 (+4095%)
Mutual labels:  material-design
Awesomebar
Just beautiful
Stars: ✭ 870 (+4250%)
Mutual labels:  material-design
Reo
🍯 regularjs and stateman based spa framework, inspired by redux, vuex and choo
Stars: ✭ 14 (-30%)
Mutual labels:  spa
Material Design Colors
Palette for Android Material Design colors.
Stars: ✭ 25 (+25%)
Mutual labels:  material-design
Smelte
UI framework with material components built with Svelte and Tailwind CSS
Stars: ✭ 871 (+4255%)
Mutual labels:  material-design
Uniapp Cli
一套用于 WEB APP 开发 和 Mobile APP 开发的解决方案
Stars: ✭ 11 (-45%)
Mutual labels:  spa
Kotlin Life
App界的一股清流 音视频vr应有尽有 完全按照Material design规范设计的App (written with java and Kotlin)
Stars: ✭ 864 (+4220%)
Mutual labels:  material-design
Aisvms vis
AIS visualization from an interactive R and Shiny based web app using Material Design from Google.
Stars: ✭ 8 (-60%)
Mutual labels:  material-design
Ember Paper
The Ember approach to Material Design.
Stars: ✭ 871 (+4255%)
Mutual labels:  material-design
Material Angular Dashboard
Material Angular Admin Template
Stars: ✭ 940 (+4600%)
Mutual labels:  material-design
Koa Vue Notes Project
🤓 A single repo containing both the koa-vue-notes-api and koa-vue-notes-web projects.
Stars: ✭ 14 (-30%)
Mutual labels:  spa
Spa Starter Kit
A highly opinionated starter kit for building Single Page Applications with Laravel and Vue.js
Stars: ✭ 933 (+4565%)
Mutual labels:  spa
Bootstrap
Open Source JS plugins
Stars: ✭ 13 (-35%)
Mutual labels:  material-design
Fullscreendialog
Android Material full screen dialog
Stars: ✭ 11 (-45%)
Mutual labels:  material-design
React Native Material Textfield
Material textfield
Stars: ✭ 852 (+4160%)
Mutual labels:  material-design
Verticalstepperform
Vertical Stepper Form Library for Android. It follows Google Material Design guidelines.
Stars: ✭ 868 (+4240%)
Mutual labels:  material-design

Total Downloads Latest Stable Version

Update

Use Laravel, sanctum, SPA repo instead!!

LVA Laravel Vuetifyjs Admin SPA

A simple lightweight admin template based on laravel and vuetifyjs. Simple and clean

Screenshot

Features

  • Laravel 5.7 + 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 [email protected]:dalholm/laravel-vuetify-spa-admin.git
  • cd laravel-vuetify-spa-admin
  • cp .env.example .env
  • Edit .env and set your database connection details
  • composer install
  • php artisan key:generate && php artisan jwt:secret
  • php artisan migrate
  • npm install / yarn

Composer

  • composer create-project dalholm/laravel-vuetify-spa-admin && cd laravel-vuetify-spa-admin
  • 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.

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