vue-system / school
school system using VueJs
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 0
Language:Vue
This package is auto-updated.
Last update: 2025-07-13 16:40:00 UTC
README
1.before install school package, require use this commands:
composer require laravel/jetstream
php artisan jetstream:install inertia
composer require fideloper/proxy
composer require uxweb/sweet-alert
2.install library
composer require vue-system/school
3.then run in terminal:
php artisan vendor:publish --force
4.Database Migration
php artisan migrate --seed
5.npm
npm install
npm run dev