flagbird / akeneo-requirejs-with-react-ts
An example bundle for using mostly Typescript and React instead of RequireJS in Akeneo
Package info
github.com/flagbird/akeneo-requirejs-with-react-ts
Language:TypeScript
pkg:composer/flagbird/akeneo-requirejs-with-react-ts
dev-main
2021-03-10 14:32 UTC
Requires
- akeneo/pim-community-dev: ^5.0
This package is auto-updated.
Last update: 2026-02-11 01:29:10 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.