aurelia-ui-framework
aurelia-ui-framework copied to clipboard
A bespoke UI Framework built on Aurelia for desktop business application
Aurelia UI Framework
A bespoke UI Framework for business applications
Demo Site: https://aurelia-ui-framework.herokuapp.com
-
Running examples
npm start
-
Building the plugin
npm dist
-
Using the plugin
-
NPM
npm i aurelia-ui-framework
-
Yarn
yarn add aurelia-ui-framework
-
-
Using plugin as local link
aurelia-ui-framework$> npm link
project$> npm link aurelia-ui-framework
webpack.config
resolve.symlinks = false resolve.alias: { 'aurelia-binding': path.resolve(__dirname, 'node_modules/aurelia-binding'), 'aurelia-framework': path.resolve(__dirname, 'node_modules/aurelia-framework'), 'aurelia-templating': path.resolve(__dirname, 'node_modules/aurelia-templating'), 'aurelia-pal': path.resolve(__dirname, 'node_modules/aurelia-pal') }
-
Package Dependencies
-
date-fns
-
numeral
-
kramed
-
libphonenumber-js
-
resize-observer-polyfill
-
-
Optional Dependencies
-
@mdi/font
-
zxcvbn
Password strength meter
-
-
Dev Dependencies
-
awesome-typescript-loader
-
stylelint
-
stylelint-order
-
stylelint-webpack-plugin
-
tslint
-
tslint-eslint-rules
-
tslint-config-prettier
-
tslint-webpack-plugin
-