尝试在 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)
我收到小部件、内容、设置的错误(无法获取 /control/content/index.html)。
我怎样才能让这个模板在 Windows 上工作以开始使用反应模板?