Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 360 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 360 Bytes

aurelia-plugin-element-issue

setup

  1. In plugin-test/, run npm install, then au build-plugin, then au run
  2. Navigate to the dev-app at localhost:9000. The 'hello-world' element resolves correctly.
  3. In app-test/, run npm install, then au run
  4. Navigate to the app-test at localhost:8080. The 'hello-world' element does not resolve correctly.