symfony之stimulus使用,这个是和ux-twig配合使用的,都是后端返回(渲染)前端页面的一种
symfony5安装encore
https://symfony.com/doc/current/frontend/encore/installation.html
composer require symfony/webpack-encore-bundle
https://symfony.com/doc/current/frontend/encore/installation.html#installing-encore-in-symfony-applications
安装完encore,使用:
https://symfony.com/doc/current/frontend/encore/simple-example.html
