Package Data | |
---|---|
Maintainer Username: | tuandm |
Maintainer Contact: | bacduong@gmail.com (Tuan Duong) |
Package Create Date: | 2019-01-27 |
Package Last Update: | 2023-04-19 |
Home Page: | https://laravue.dev |
Language: | Vue |
License: | MIT |
Last Refreshed: | 2024-11-15 15:20:34 |
Package Statistics | |
---|---|
Total Downloads: | 16,547 |
Monthly Downloads: | 29 |
Daily Downloads: | 0 |
Total Stars: | 2,209 |
Total Watchers: | 96 |
Total Forks: | 653 |
Total Open Issues: | 73 |
Laravue (pronounced /ˈlarəvjuː/) is a beautiful dashboard combination of Laravel, Vue.js and the UI Toolkit Element. The work is inspired by vue-element-admin with our love on top of that. With the powerful Laravel framework as the backend, Vue.js as the high performance on the frontend, Laravue appears to be a full-stack solution for an enterprise application level.
# Clone the project and run composer
composer create-project tuandm/laravue
cd laravue
# Migration and DB seeder (after changing your DB settings in .env)
php artisan migrate --seed
# Generate JWT secret key
php artisan jwt:secret
# install dependency
npm install
# develop
npm run dev # or npm run watch
# Build on production
npm run production
This project uses Envoy for deployment, and GitLab CI/CD. Please check Envoy.blade.php
and .gitlab-ci.yml
for more detail.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, please look at the release tags on this repository.
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details.