Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uxaspects/uxaspects
Enterprise Big Data UX Framework
https://github.com/uxaspects/uxaspects
angular angular2 angular4 bootstrap component-library html less microfocus-opensource typescript
Last synced: 2 days ago
JSON representation
Enterprise Big Data UX Framework
- Host: GitHub
- URL: https://github.com/uxaspects/uxaspects
- Owner: UXAspects
- License: apache-2.0
- Created: 2017-03-30T13:25:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T12:30:02.000Z (4 months ago)
- Last Synced: 2024-11-03T03:34:59.862Z (12 days ago)
- Topics: angular, angular2, angular4, bootstrap, component-library, html, less, microfocus-opensource, typescript
- Language: TypeScript
- Homepage: https://uxaspects.github.io/UXAspects
- Size: 377 MB
- Stars: 46
- Watchers: 9
- Forks: 34
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# UX Aspects
UX Aspects is an open source user interface framework for building modern, responsive, mobile big data applications on the web.
# Installation
1. Install [Node.js](https://nodejs.org/) (choose the LTS version), which provides the npm package manager.
2. Install the UX Aspects package:
```bash
npm install @ux-aspects/ux-aspects --save
```# Documentation and Examples
See the documentation site for full details and interactive examples of UX Aspects components:
[https://uxaspects.github.io/UXAspects/](https://uxaspects.github.io/UXAspects/)
# Contributing
Pull requests are welcome; see the [contributing guide](CONTRIBUTING.md) and [developer standard](guides/developer-standard.md) for more information.
# License
UX Aspects code is released under the Apache 2.0 License. Licenses for 3rd party code included in this repository can be found in the [licenses summary](https://uxaspects.github.io/UXAspects/assets/licenses.txt).