Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Semantic folder in UI for React project #33

Open
1jerry opened this issue Sep 27, 2017 · 3 comments
Open

Missing Semantic folder in UI for React project #33

1jerry opened this issue Sep 27, 2017 · 3 comments

Comments

@1jerry
Copy link

1jerry commented Sep 27, 2017

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)
@perak
Copy link
Owner

perak commented Sep 27, 2017

@1jerry React + Semantic UI is not implemented in Meteor Kitchen (and most likelly will not be implemented). You can use Semantic UI only with Blaze.

@1jerry
Copy link
Author

1jerry commented Oct 2, 2017

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.
:(

@perak
Copy link
Owner

perak commented Oct 2, 2017

Hi @1jerry

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants