{"id":15016888,"url":"https://github.com/gwleuverink/bundle","last_synced_at":"2025-07-19T00:37:18.612Z","repository":{"id":215681272,"uuid":"739537009","full_name":"gwleuverink/bundle","owner":"gwleuverink","description":"Laravel Blade with JavaScript Superpowers! 🚀 Effortless page specific JavaScript modules in Laravel \u0026 Livewire apps","archived":false,"fork":false,"pushed_at":"2025-03-12T00:20:43.000Z","size":1094,"stargazers_count":52,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-21T10:52:13.866Z","etag":null,"topics":["bundler","javascript","laravel","livewire"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gwleuverink.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":"docs/roadmap.md","authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["gwleuverink"]}},"created_at":"2024-01-05T20:06:23.000Z","updated_at":"2025-03-25T17:12:55.000Z","dependencies_parsed_at":"2024-03-05T12:46:08.186Z","dependency_job_id":"f8bee4e0-50f4-4032-bbcd-32204463c750","html_url":"https://github.com/gwleuverink/bundle","commit_stats":null,"previous_names":["gwleuverink/bundle"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/gwleuverink/bundle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwleuverink%2Fbundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwleuverink%2Fbundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwleuverink%2Fbundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwleuverink%2Fbundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gwleuverink","download_url":"https://codeload.github.com/gwleuverink/bundle/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwleuverink%2Fbundle/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265863793,"owners_count":23840888,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bundler","javascript","laravel","livewire"],"created_at":"2024-09-24T19:49:31.646Z","updated_at":"2025-07-19T00:37:18.587Z","avatar_url":"https://github.com/gwleuverink.png","language":"PHP","funding_links":["https://github.com/sponsors/gwleuverink"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\" style=\"margin-bottom: 2rem\"\u003e\n    \u003cimg width=\"460\" src=\"https://laravel-bundle.dev/assets/logo.svg\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    Effortless page specific JavaScript modules in Laravel/Livewire apps.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/gwleuverink/bundle/actions/workflows/tests.yml\"\u003e\u003cimg src=\"https://github.com/gwleuverink/bundle/actions/workflows/tests.yml/badge.svg\" alt=\"tests\" style=\"max-width: 100%;\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/gwleuverink/bundle/actions/workflows/browser-tests.yml\"\u003e\u003cimg src=\"https://github.com/gwleuverink/bundle/actions/workflows/browser-tests.yml/badge.svg\" alt=\"browser-tests\" style=\"max-width: 100%;\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/gwleuverink/bundle/actions/workflows/codestyle.yml\"\u003e\u003cimg src=\"https://github.com/gwleuverink/bundle/actions/workflows/codestyle.yml/badge.svg\" alt=\"codestyle\" style=\"max-width: 100%;\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://codecov.io/github/gwleuverink/bundle\"\u003e\u003cimg src=\"https://codecov.io/github/gwleuverink/bundle/graph/badge.svg?token=ZLFQ76HKRQ\"/\u003e\u003c/a\u003e\n    \u003ca href=\"https://phpsandbox.io/n/uqpld\"\u003e\u003cimg src=\"https://phpsandbox.io/img/brand/badge.png\" height=\"20\" alt=\"Bundle Sandbox\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cbr /\u003e\n\nExplore the docs on **[GitHub Pages »](https://laravel-bundle.dev/)**\n\n\u003e [!NOTE]\n\u003e **Bundle is in open beta! 👀**\n\u003e\n\u003e We need your help get this package production ready 🚀 Check out the [discussion board](https://github.com/gwleuverink/bundle/discussions) or [report a bug](https://github.com/gwleuverink/bundle/issues/new/choose). We appreciate your feedback!\n\n## Installation\n\n```bash\ncomposer require leuverink/bundle\n```\n\n```bash\nphp artisan bundle:install\n```\n\nThis is all you need to start using Bundle!\n\n## Basic usage\n\nYou may import any `node_module` or local module from your `resources/js` directory directly on the page.\n\n```html\n\u003cx-import module=\"apexcharts\" as=\"ApexCharts\" /\u003e\n\n\u003cscript type=\"module\"\u003e\n  const ApexCharts = await _import(\"ApexCharts\");\n\n  // Create something amazing!\n\u003c/script\u003e\n```\n\n### Contributing\n\nClone this repo locally \u0026 run `composer install`\n\nRun `composer serve` to start a local environment to tinker in.\n\nYou can run the test suites with the following composer scripts:\n\n- `composer test` to run all tests except browser tests\n- `composer test-browser` to run all browser tests\n- `composer test-all` to run all tests\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgwleuverink%2Fbundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgwleuverink%2Fbundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgwleuverink%2Fbundle/lists"}