You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with setting frontend: semantic-ui, option --react.
Error: template directory not found "C:\Program Files (x86)\meteor-kitchen\templates\react\ui\semantic-ui".
no semantic-ui directory for react
copied semantic-ui from blaze folder to react .
now it doesn't finish generating - missing jsx file(s)
(renaming .js to .jsx files doesn't work - it is looking for different tags)
The text was updated successfully, but these errors were encountered:
Well since the Blaze version uses Iron Router I guess I am out of luck using your excellent code generator. Since I need React - FlowRouter - Semantic UI and I cannot ever get two out of three as a starting point.
:(
if you want to contribute, goto directory where meteor-kitchen is installed, templates are in /templates/react/bootstrap3/ you can make /templates/react/semantic-ui directory and copy all from bootstrap3 dir, then refactor/change html markup and classes to senantic-ui.
Another option is to convert /blaze/semantic-ui templates to react using my blaze2react.meteorcluster.com online tool and manually fix conversion bugs (converter is far from perfect).
with setting frontend: semantic-ui, option --react.
Error: template directory not found "C:\Program Files (x86)\meteor-kitchen\templates\react\ui\semantic-ui".
The text was updated successfully, but these errors were encountered: