plotly / dash-component-boilerplate

Get started creating your own Dash components here.
265 stars 182 forks source link

Add `npm run build:backends` #117

Closed xhluca closed 3 years ago

xhluca commented 3 years ago

Closes #116

Should we also remove npm run build:py_and_r or keep it for backward compatibility?

alexcjohnson commented 3 years ago

Thanks @xhlulu - we can remove build:py_and_r. Also the top-level readme mentions build:py_and_r, let's update that (and mention jl_prefix for that matter!)

xhluca commented 3 years ago

@alexcjohnson Done! For jl_prefix, it's already in the readme:

jl_prefix: Optional prefix for Julia components. For example, dash_core_components uses "dcc" so the Python dcc.Input becomes dccInput in Julia, and dash_table uses "dash" to make dashDataTable.