Skip to content

D/Vision [user] interfaces (for time and techniques optimization)

Notifications You must be signed in to change notification settings

dvisionlab/ditto

Repository files navigation

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.

About

D/Vision [user] interfaces (for time and techniques optimization)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages