flagbird / akeneo-requirejs-with-react-ts
An example bundle for using mostly Typescript and React instead of RequireJS in Akeneo
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Language:TypeScript
Requires
- akeneo/pim-community-dev: ^5.0
This package is auto-updated.
Last update: 2025-03-10 23:24:32 UTC
README
An example bundle for using mostly Typescript and React instead of RequireJS in Akeneo
Installation
composer require flagbird/akeneo-requirejs-with-react-ts:dev-main
Enable the bundle
<?php // config/bundles.php return [ // ... Flagbird\AppBundle::class => ['all' => true], ];
Create a route yaml file in config/routes
:
app: resource: "@AppBundle/Resources/config/routes/app.yml"
Clear cache and rebuild your frontend.