@tchampion98/aurelia-ui-framework
v3.4.13
Published
An Aurelia UI/UX framework.
Downloads
90
Maintainers
Readme
Aurelia UI Framework
A bespoke UI Framework built on Aurelia for desktop business application
Version 4 - Work in progress (https://adarshpastakia.github.io/auf-demo-v4/)
Browser Support
|||||| |:---:|:---:|:---:|:---:|:---:| |Safari|Chrome|Opera|Firefox|Edge| |>10.0|>49.0|>42.0|>51.0|>13.0|
Features
- Todo
Dependencies
Aurelia (http://aurelia.io)
- aurelia-bootstrapper
- aurelia-event-aggregator
- aurelia-fetch-client
- aurelia-framework
- aurelia-logging
- aurelia-metadata
- aurelia-router
- aurelia-templating-resources
- aurelia-validation
- aurelia-ui-virtualization
Other JS Utilities
- lodash (http://lodash.com)
- moment (http://momentjs.com)
- numeral (http://numeraljs.com)
- kramed (https://www.npmjs.com/package/kramed)
Build & Run the project
- download or clone the repo
- run
npm install
- if you dont have typings installed globaly, run
npm install typings -g
- run
typings install
- run
au run --watch
- browse to
localhost:9000