Skip to content

digitalwerft/dzd-micemen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dzd-mouseclinic-client

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

cd app/
yarn install

Compile and Hot-Reload for Development

cd app/
yarn run dev

Compile and Minify for Production

cd app/
yarn run build

Run Project

Via prebuild docker image

docker run -p 80:80 registry-gl.connect.dzd-ev.de:443/dzdapps/dzd-werk:latest

Via local build image

git clone ssh://git@git.connect.dzd-ev.de:22022/dzdapps/dzd-werk.git
docker build . -t myImageName
docker run -p 80:80 myImageName

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published