https://github.com/glyad/au-logofx-demo
The adhoc demo using standalone LogoFX MVVM facilities for Aurelia.
https://github.com/glyad/au-logofx-demo
aurelia aurelia-applications aurelia-contributions aurelia-framework aurelia-mvvm aurelia-plugin aurelia-plugins glyad kossoglyad logofx mvvm
Last synced: 2 months ago
JSON representation
The adhoc demo using standalone LogoFX MVVM facilities for Aurelia.
- Host: GitHub
- URL: https://github.com/glyad/au-logofx-demo
- Owner: glyad
- License: mit
- Created: 2019-09-10T18:24:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T05:16:03.000Z (over 2 years ago)
- Last Synced: 2025-01-29T16:09:46.660Z (4 months ago)
- Topics: aurelia, aurelia-applications, aurelia-contributions, aurelia-framework, aurelia-mvvm, aurelia-plugin, aurelia-plugins, glyad, kossoglyad, logofx, mvvm
- Language: TypeScript
- Size: 2.09 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `au-logofx-demo`
This project is bootstrapped by [aurelia-cli](https://github.com/aurelia/cli).
For more information, go to https://aurelia.io/docs/cli/webpack
## Run dev app
Run `au run`, then open `http://localhost:8080`
To open browser automatically, do `au run --open`.
To change dev server port, do `au run --port 8888`.
To enable Webpack Bundle Analyzer, do `au run --analyze`.
To enable hot module reload, do `au run --hmr`.
## Build for production
Run `au build --env prod`.