You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with go-vela/ui#761 merged in, we moved a lot closer to being able to use the elm-land CLI to generate boiler plate code for new pages and routes. some more work is required, but it seems doable.
one outstanding issue is the CLI wants to have a 1:1 relationship between pages and routes, so elm-land generate is overwriting the "alias routes" like <org>/<repo>/pulls because theres no specific page file for it... we could create a page file for each one? not too bad, but its going to be messy/hacky either way IMO
Description
with go-vela/ui#761 merged in, we moved a lot closer to being able to use the
elm-land
CLI to generate boiler plate code for new pages and routes. some more work is required, but it seems doable./src/elm/
file structureelm-land generate
commandThe text was updated successfully, but these errors were encountered: