Civet compatibility #735
-
|
Did anybody manage to get this working with Civet? I am at a loss. If this were web frontend and pure react, it should technically be as easy as using Vite, but this runs in terminal. Running it with way recommended in docs results in jsx not being handled correctly |
Beta Was this translation helpful? Give feedback.
Answered by
miloslavnosek
Jul 23, 2025
Replies: 1 comment
-
|
Compiling it to js with babel and then running it with node afterwards seems to work npm script: example App.civet component |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
miloslavnosek
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Compiling it to js with babel and then running it with node afterwards seems to work
npm script:
example App.civet component