https://github.com/lhapaipai/symfony-vite-dev
Monorepo for symfony-vite development
https://github.com/lhapaipai/symfony-vite-dev
php symfony symfony-bundle vite-plugin
Last synced: 3 months ago
JSON representation
Monorepo for symfony-vite development
- Host: GitHub
- URL: https://github.com/lhapaipai/symfony-vite-dev
- Owner: lhapaipai
- License: other
- Created: 2022-11-10T19:52:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-23T21:05:45.000Z (8 months ago)
- Last Synced: 2025-03-16T04:41:17.748Z (7 months ago)
- Topics: php, symfony, symfony-bundle, vite-plugin
- Language: PHP
- Homepage: https://symfony-vite.pentatrion.com
- Size: 4.08 MB
- Stars: 39
- Watchers: 4
- Forks: 25
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
![]()
![]()
![]()
# Symfony Vite Development Repository
In this repository you can contribute to `pentatrion/vite-bundle` and `vite-plugin-symfony`. You can find playgrounds for development.
## Installation
```console
git clone https://github.com/lhapaipai/symfony-vite-dev.git
cd symfony-vite-dev# Install vite-bundle/vite-plugin-symfony dependencies
make install# if you want to test the features in a playground
# - "basic" is the principal playground
# - "stimulus-basic" is for the core feature of stimulus
# - "stimulus" is for Symfony UX
# - other playgrounds are for specific use casescd playground/
symfony composer install# if you want to install all the playgrounds in one time (for each of them)
# - composer install
# - pnpm run build
make install-playgrounds
```## Execution
```console
# launch the development environment for the `basic` playground.
cd playground/basic
symfony local:server:start
pnpm run dev
# from your browser go to: https://127.0.0.1:8000/
```## Ecosystem
| Package | Description |
| ----------------------------------------------------------------------- | :--------------------------- |
| [vite-bundle](https://github.com/lhapaipai/vite-bundle) | Symfony Bundle (subtree split) |
| [vite-plugin-symfony](https://github.com/lhapaipai/vite-plugin-symfony) | Vite plugin (subtree split) |## License
[MIT](LICENSE).