文件名称:react_app:包含React应用程序的Drupal 8模块样板
文件大小:206KB
文件格式:ZIP
更新时间:2024-06-04 08:18:07
react drupal module reactjs drupal-8
适用于Drupal 8的React App React App样板可进行渐进式去耦。 该演示从JSON API端点加载文章。 入门 该样板基于模块采用的方法。 React cd在/ path / to / module / react_app / js / src中。 用yarn install安装依赖项。 将constants / .env.example.js文件复制到constants / .env.local.js并在此处设置您的Drupal 8站点URL。 它将在调试React时作为JSON API请求的独立应用程序使用。 编辑App.js和您的组件。 运行yarn start启动React开发服务器,并在Drupal之外测试您的应用程序。 运行php build.php来捆绑dist js和css。 这是由react_app.libraries.yml引用的。 Dr
【文件预览】:
react_app-master
----css()
--------dist()
----README.md(1KB)
----tests()
--------src()
----composer.json(402B)
----src()
--------Controller()
----react_app.libraries.yml(180B)
----react_app.routing.yml(193B)
----react_app.info.yml(123B)
----js()
--------startsWithPolyfill.js(213B)
--------dist()
--------src()
----react_app.module(711B)
----templates()
--------react-app.html.twig(109B)