Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
- **Main Module**: The main module is located in `src/GenieFrameworkExample.jl`.
Sign in to like and favorite skills
src/GenieFrameworkExample.jl.src/users and src/simulations.@app macro to define reactive code blocks.@in (modifiable from the UI) and @out (read-only).@onchange to handle changes in reactive variables, ensuring UI updates are triggered correctly.cell, row, and column to structure layouts.textfield, slider, bignumber) for interactive elements.@page macro to define routes that map to specific UI functions or HTML files.@page("/", ui) maps the root route to the ui function.@genietools to configure assets like JavaScript, icons, and fonts.Genie.loadapp() and up() to start the server.include statements.dev.jl, prod.jl) under a config directory for different environments.db folder for database-related files like migrations, seeds, and connection configurations.julia --project using GenieFramework Genie.loadapp() up()
src/users or src/simulations.src and using submodules for different Stipple app contexts.For more details, refer to the Genie Framework Documentation and Genie Framework on Github