Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 300 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 300 Bytes

This is a demo to try out a modular application system with Vue 3. It utilizes a simple event bus to share information between modules.

Steps:

  • cd ./core
  • npm install
  • npm run build

Try to run /index.html from a local web server of your choice, you will need the referenced scripts.