Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

adarshpastakia/aurelia-ui-framework

Repository files navigation

Aurelia UI Framework

A bespoke UI Framework for business applications


Demo Site: https://aurelia-ui-framework.herokuapp.com


Stars Forks Issues

Build Coverage NPM Release Greenkeeper badge


  • 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