liveview-native / live_view_native

A framework for building native applications with Phoenix LiveView
https://native.live/
MIT License
458 stars 19 forks source link

generator mix tasks #139

Closed bcardarella closed 4 months ago

bcardarella commented 4 months ago

Plugin authors can also override LVN's default templates. For example, to provide a plugin-specific layout file just add:

priv/templates/lvn.gen.layout/app.neex and for that given plugin the LVN gen task will know to use the one provided by the plugin instead of the default that comes with live_view_native