Aurelia Ui Framework Save Abandoned

A bespoke UI Framework built on Aurelia for desktop business application

Project README

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
Open Source Agenda is not affiliated with "Aurelia Ui Framework" Project. README Source: adarshpastakia/aurelia-ui-framework
Stars
155
Open Issues
89
Last Commit
1 year ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating