Skip to content

Instantly share code, notes, and snippets.

@nerdic-coder
Created May 1, 2018 18:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nerdic-coder/09ab7079282f7780b08548299c6d9ec2 to your computer and use it in GitHub Desktop.
Save nerdic-coder/09ab7079282f7780b08548299c6d9ec2 to your computer and use it in GitHub Desktop.
stencil-router with one page
<main>
<stencil-router>
<stencil-route url='/' component='app-heroes' exact={true}>
</stencil-route>
</stencil-router>
</main>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment