We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Basic Code of main.nim
main.nim
import happyx appRoutes("app"): # "app" is id of application root element in HTML "/": "Hello, world!"
Basic Code of main.html
main.html
... <body> <div id="app"></div> <script src="main.js"></script> </body> ...
Compilation
nim js main