Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 1.99 KB

README.md

File metadata and controls

58 lines (41 loc) · 1.99 KB

DITTO

D/Vision [user] Interfaces (for Time and Techniques Optimization)

image info

Project setup

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

Project update

To update ditto in another repository, run the following from the desired repo:

git submodule update

Import single module

To import a ditto module in your repository:

import MODULE_NAME from "@/../ditto/MODULE_NAME";

Available modules

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 the examples

Run ditto:

cd app
yarn install
yarn serve

Go to http://localhost:8080/: you'll find the links to the available examples and documentation.