尝试在BuildfireSDK中运行reactFolderPluginTempalte。
buildfire plugin clone reactFolderPluginTempalte
cd plugins/reactFolderPluginTempalte
npm install
npm audit fix
npm start (Change package.json to SET NODE_ENV for Windows)
cd..
cd..(get back to BuildfireSDK folder)
buildfire run 8082 (port set in webpack)
我收到有关小部件,内容和设置的错误(无法GET /control/content/index.html)。
如何使此模板在Windows上运行以开始使用react模板?