Replies: 1 comment 1 reply
-
|
The JS compilation happens like this: import { compile } from 'nuejs-core'
const js = compile('<p>Hello, { name }!</p>')And the client script can be found here: https://nuejs.org/@nue/js/nue.js Hope this helps! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Can someone help me to setup the most minimalistic "Hello, world" Nue application to codesandbox? Something similar to this one: https://codesandbox.io/s/react-hello-world-kbr1k?file=/package.json
I could then create more examples that could be edited online. I think Codepen doesn't work since there is no server-side compilation support.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions