D/Vision [user] Interfaces (for Time and Techniques Optimization)
To add ditto to another git repository, run the following from the desired repo:
git submodule add [email protected]:dvisionlab/ditto.git
git submodule init
To update ditto in another repository, run the following from the desired repo:
git submodule update
To import a ditto module in your repository:
import MODULE_NAME from "@/../ditto/MODULE_NAME";
Module name | Type | Doc |
---|---|---|
auth | Vue plugin | DOC |
dicom | Vue plugin | DOC |
dicomDataTypes | Components collection | DOC |
dicomMetadata | Js dictionary | DOC |
fileSystemApi | Js library | DOC |
form | Components collection | DOC |
http | Vue plugin | DOC |
mobile | Vue plugin | DOC |
relativeHeight | Vue directive | DOC |
style | Js library | DOC |
wireframes | Components collection | DOC |
Run ditto:
cd app
yarn install
yarn serve
Go to http://localhost:8080/: you'll find the links to the available examples and documentation.