在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):tuandm/laravue开源软件地址(OpenSource Url):https://github.com/tuandm/laravue开源编程语言(OpenSource Language):Vue 71.4%开源软件介绍(OpenSource Introduction):LaravueLaravue (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. Documentation: https://doc.laravue.dev ScreenshotGetting startedPrerequisites
InstallingManual# 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
# Install dependency with NPM
npm install
# develop
npm run dev # or npm run watch
# Build on production
npm run production Dockerdocker-compose up -d Build static files within Laravel container with npm # Get laravel docker container ID from containers list
docker ps
docker exec -it <container ID> npm run dev # or npm run watch
# Where <container ID> is the "laravel" container name, ex: src_laravel_1 Open http://localhost:8000 (laravel container port declared in Running the tests
Deployment and/or CI/CDThis project uses Envoy for deployment, and GitLab CI/CD. Please check Built with
ContributingPlease read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us. VersioningWe use SemVer for versioning. For the versions available, please look at the release tags on this repository. Authors
See also the list of contributors who participated in this project. LicenseThis project is licensed under the MIT License - see the LICENSE.md file for details. Related projects
Acknowledgements
DonateIf you find this project useful, you can buy me a coffee |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论