Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/savannabits/jig
Readily Configured Starter Template to quickly setup Jetstream Inertia Generator
https://github.com/savannabits/jig
jig template
Last synced: 4 days ago
JSON representation
Readily Configured Starter Template to quickly setup Jetstream Inertia Generator
- Host: GitHub
- URL: https://github.com/savannabits/jig
- Owner: savannabits
- Created: 2021-11-22T04:59:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-02T17:39:12.000Z (almost 3 years ago)
- Last Synced: 2024-11-10T07:05:33.740Z (2 months ago)
- Topics: jig, template
- Language: Vue
- Homepage: https://github.com/coolsam726/jetstream-inertia-generator
- Size: 871 KB
- Stars: 10
- Watchers: 1
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# (Laravel + Vite.js + Tailwindcss + Vue3) + JIG CRUD Generator
## Intro
This is a starter template with a ready-made setup of [Jetstream Inertia Generator](https://github.com/coolsam726/jetstream-inertia-generator) to avoid the hassle of initial configuration.## What you will get
* Already configured Users, Roles and Permissions Modules
* Fully working JIG CRUD generator
* Jetstream + Inertia + Fortify
* Laravel Permissions
* Simple Landing Page
* Jetstream+Inertia's default Profile Page## Steps to Setup for Dev:
* Click **Use This Template** to clone this template to your own repository
* Clone your repo to your local machine
* Setup your database
* `composer install`
* `yarn install`
* `cp .env.example .env`
* `php artisan key:generate`
* `php artisan migrate --seed`
* `php artisan storage:link`
* `php artisan serve`
* `yarn dev`## Building assets for production:
* Simply run `yarn build` to build assets for production.## Issues:
In case of any issues, please create an issue in this repository or in the Parent [Jetstream Inertia Generator](https://github.com/coolsam726/jetstream-inertia-generator) repo.## Support:
* If you like the effort that we've put into this, please take a minute to give us a star. Thank you.