Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aappddeevv/dynamics-client-ui
Microsoft Dynamics client UI helper libraries including react based components to improve 360 degree view.
https://github.com/aappddeevv/dynamics-client-ui
Last synced: 10 days ago
JSON representation
Microsoft Dynamics client UI helper libraries including react based components to improve 360 degree view.
- Host: GitHub
- URL: https://github.com/aappddeevv/dynamics-client-ui
- Owner: aappddeevv
- License: mit
- Created: 2018-04-24T13:59:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-02T17:22:28.000Z (over 6 years ago)
- Last Synced: 2024-10-15T02:34:04.341Z (23 days ago)
- Language: TypeScript
- Size: 494 KB
- Stars: 8
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dynamics-client-ui
A set of packages to help developers build great dynamics user interfaces.
* [dynamics-client-ui](./packages/dynamics-client-ui/README.md): A basic set of
utilities and components.
* [dynamics-client-ui-react](./packages/dynamics-client-ui-react/README.md): A set of
react components to support 360-degree views of customers. The components use
office-fabric-ui-react.
* [experiments](./packages/experiments/README.md): Experiments, WIP.The monorepo is a WIP although some packages have been published to the npm registry.
## Building
This is a monorepo relying on [rush](https://github.com/Microsoft/web-build-tools) to support multi-module builds. To build, first install rush then:```sh
rush install
rush rebuild
```