Common questions

This commit is contained in:
dannyrb 2019-04-24 23:16:14 -04:00
parent 320c3b0d67
commit 98df7d5989

View File

@ -23,4 +23,10 @@ rendering logic. While we use it to power our React Viewer, it can be used with
![Architecture Diagram](../assets/img/architecture-diagram.png)
<center><i>architecture diagram</i></center>
<center><i>architecture diagram</i></center>
## Common Questions
> Can I create my own Viewer using Vue.js or Angular.js?
You can, but you will not be able to leverage as much of the existing code and components. `ohif-core` could still be used for business logic, and to provide a model for extensions. `react-viewerbase` would then become a guide for the components you would need to recreate.