{"id":19229742,"url":"https://github.com/truechazza/laravel-ease","last_synced_at":"2025-12-13T14:04:10.775Z","repository":{"id":62500833,"uuid":"340520169","full_name":"trueChazza/laravel-ease","owner":"trueChazza","description":"Develop isolated Vue components lightning fast ⚡ in Laravel.","archived":false,"fork":false,"pushed_at":"2022-02-08T04:28:26.000Z","size":10113,"stargazers_count":28,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-21T13:06:05.605Z","etag":null,"topics":["laravel","vite","vitejs","vue"],"latest_commit_sha":null,"homepage":"","language":"Vue","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/trueChazza.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-02-20T00:07:16.000Z","updated_at":"2023-05-12T17:02:44.000Z","dependencies_parsed_at":"2022-11-02T12:01:11.447Z","dependency_job_id":null,"html_url":"https://github.com/trueChazza/laravel-ease","commit_stats":null,"previous_names":["cgnetwork/laravel-ease"],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trueChazza%2Flaravel-ease","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trueChazza%2Flaravel-ease/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trueChazza%2Flaravel-ease/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trueChazza%2Flaravel-ease/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trueChazza","download_url":"https://codeload.github.com/trueChazza/laravel-ease/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223847697,"owners_count":17213472,"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":["laravel","vite","vitejs","vue"],"created_at":"2024-11-09T15:35:36.196Z","updated_at":"2025-12-13T14:04:05.718Z","avatar_url":"https://github.com/trueChazza.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e Due to resource constraints, this project has been abandoned.\n\u003e Please accept our apologies for any inconvenience.\n\n## Introduction\n\nEver found yourself wanting to story your [Vue](https://vuejs.org/) components, but without the overhead from tools like [Storybook](https://storybook.js.org/)?\n\u003cbr/\u003e\nLaravel Ease provides a simple, yet powerful way to quickly develop, view, and gauge your Vue components - safely isolated from your application.\n\u003cbr/\u003e\n\u003cbr/\u003e\nA Storybook alternative - but hold the steroids!\n\u003cbr/\u003e\n\u003cbr/\u003e\nQuick and easy to set up, with familiar Laravel driven configuration, now makes Vue component development a cinch.\n\n## Installation\n\n```bash\ncomposer require cgnetwork/ease --dev\n```\n\nAfter installing the package, you may execute the Artisan install command:\n\n```bash\nphp artisan ease:install\n```\n\nThe Artisan install command will:\n\n* Add `ease` scripts to your project `package.json`\n* Publish `EaseComponent.vue` to your project `resources/js/components`\n\nFinally, to complete installation:\n```bash\nnpm run ease:install\n```\n\n## Usage\n\n```bash\nnpm run ease\n```\n\nRunning the `ease` script will start your `ease` server, which you can reach at the provided route `/ease`\n\n## Directory Structured Routing\n\nAfter installing the package, your project `resources/js/components` directory will have the provided `ease` example:\n\n```\nresources/js/components\n  └── EaseComponent.vue\n```\n\nresulting in a route configuration:\n\n```js\n[\n  {\n    path: '/ease/easecomponent',\n    component: '/resources/js/components/EaseComponent.vue'\n  }\n]\n```\n\nplacing your components front and center:\n\n![example.index.vue](https://raw.githubusercontent.com/cgnetwork/laravel-ease/master/docs/EaseComponent.png)\n\n## Configuration\n\n`ease` exposes environment variables useful for customisation:\n\n```bash\nEASE_NAME=Ease\nEASE_SERVER_URL=http://localhost:3000\n```\n\nPre-configured and ready to go out of the box, you can fully customize `ease` to your liking by publishing [ease.php](https://github.com/cgnetwork/laravel-ease/blob/master/config/ease.php)  to your config directory:\n\n```bash\nphp artisan ease:publish\n```\n\n## Contributing\n\nThank you for considering contributing to Laravel Ease! We welcome all pull requests.\n\n## License\n\nLaravel Ease is open-sourced software licensed under the [MIT license](https://github.com/cgnetwork/laravel-ease/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftruechazza%2Flaravel-ease","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftruechazza%2Flaravel-ease","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftruechazza%2Flaravel-ease/lists"}