arewebs/jet-vuetify

Frontend UI package made with Vuetify for Laravel Jetstream with Inertia scaffolding.

v0.0.0 2021-02-11 22:46 UTC

This package is auto-updated.

Last update: 2024-06-12 11:13:43 UTC


README

JetVuetify

Introduction

This package is designed using Vuetify to use the power of material desings, in the starter kit for Laravel Jetstream using Inertia scaffolding.

Installing JetVuetify

You may use Composer to install this package in your fresh Jetstream installation:

composer require arewebs/jet-vuetify

The package will automatically register a service provider.

After installing the package, you can run the jet-vuetify:install Artisan command. In addition, you can use the --teams parameter to activate the team management ui.

Installation

php artisan jet-vuetify:install

Installation with teams

php artisan jet-vuetify:install --teams

Finalizing The Installation

After installing JetVuetify, you should install and build your NPM dependencies:

npm install

npm run dev

License

JetVuetify is open-sourced software licensed under the MIT license.