科尔多瓦React Bootstrap 这是集成ReactJS的Cordova应用程序的样板。 另请参见原始的 。 项目结构 cordova-react-boilerplate ├── config │ ├── ... (build and test config files) ├── config.xml (cordova configuration file) ├── package-lock.json ├── package.json ├── platforms │ └── ... (installed platforms will appear here) ├── plugins │ ├── ... (installed plugins will appear here) ├── public │ ├── ... (source html files) ├──