Skip to content

flagbird/akeneo-requirejs-with-react-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

akeneo-requirejs-with-react-ts

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.

About

An example bundle for using mostly Typescript and React instead of RequireJS in Akeneo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published