All Projects → adarshpastakia → Aurelia Ui Framework

adarshpastakia / Aurelia Ui Framework

Licence: mit
A bespoke UI Framework built on Aurelia for desktop business application

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Aurelia Ui Framework

House
Proof of Concept and Research repository.
Stars: ✭ 37 (-76.13%)
Mutual labels:  aurelia
Aurelia Slickgrid
Aurelia-Slickgrid a wrapper of the lightning fast & customizable SlickGrid datagrid with a few Styling Themes
Stars: ✭ 100 (-35.48%)
Mutual labels:  aurelia
Aurelia Kendoui Bridge
Stars: ✭ 120 (-22.58%)
Mutual labels:  aurelia
Eks
A series of Vue components.
Stars: ✭ 39 (-74.84%)
Mutual labels:  ui-framework
Zeva
a modern and minimalist ui framework for building responsive and modern frontends
Stars: ✭ 57 (-63.23%)
Mutual labels:  ui-framework
Store
Aurelia single state store based on RxJS
Stars: ✭ 103 (-33.55%)
Mutual labels:  aurelia
Aurelia Store Examples
Aurelia Store Plugin examples
Stars: ✭ 29 (-81.29%)
Mutual labels:  aurelia
Fairygui Unity
A flexible UI framework for Unity
Stars: ✭ 2,007 (+1194.84%)
Mutual labels:  ui-framework
Aurelia Toolbelt
A bunch of components from bootstrap 4, jquery and vanilla js for Aurelia framework
Stars: ✭ 63 (-59.35%)
Mutual labels:  aurelia
Servicestackvs
ServiceStackVS - Visual Studio extension for ServiceStack
Stars: ✭ 117 (-24.52%)
Mutual labels:  aurelia
H5ui
Lightweight, elegant open source mobile UI style library.
Stars: ✭ 44 (-71.61%)
Mutual labels:  ui-framework
Sqlformat
.NET SQL Parser and Formatter Tool and SSMS Plugin
Stars: ✭ 49 (-68.39%)
Mutual labels:  aurelia
Web Client
Generic Linked Data browser and UX component framework. Apache license.
Stars: ✭ 105 (-32.26%)
Mutual labels:  ui-framework
Aurelia
Aurelia 2, a standards-based, front-end framework designed for high-performing, ambitious applications.
Stars: ✭ 995 (+541.94%)
Mutual labels:  aurelia
Webapiclientgen
Strongly Typed Client API Generators generate strongly typed client APIs in C# .NET and in TypeScript for jQuery and Angular 2+ from ASP.NET Web API and .NET Core Web API
Stars: ✭ 134 (-13.55%)
Mutual labels:  aurelia
Rapidview
RapidView is an android ui and lightapp development framework
Stars: ✭ 951 (+513.55%)
Mutual labels:  ui-framework
Class101 Ui
💅A React-based UI Component Library.
Stars: ✭ 102 (-34.19%)
Mutual labels:  ui-framework
Generator Spfx
Open-source generator to extend the capabilities of the Microsoft SPFx generator
Stars: ✭ 150 (-3.23%)
Mutual labels:  aurelia
Kaiui
React component library for KaiOS apps
Stars: ✭ 139 (-10.32%)
Mutual labels:  ui-framework
Tui.el
An experimental text-based UI framework for Emacs modeled after React - **requires emacs 26.1**
Stars: ✭ 108 (-30.32%)
Mutual labels:  ui-framework

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].