aurelia / new

The Aurelia 2 scaffolding repo used by our tools to setup new projects.
MIT License
35 stars 18 forks source link

rename my-app to app round 2 #90

Open brandonseydel opened 1 year ago

3cp commented 1 year ago

As discussed before, <app> does not work if user chooses ShadowDOM setup (the spec requires at least a dash in tag name).

brandonseydel commented 1 year ago

@3cp - Shadows dont require a - but it requires it of a non standard tag....maybe a div with app....or just make it something more production ready other than my-app or just leave it app as that is 99% of users first sequence of events