# zadig-portal **Repository Path**: koderover/zadig-portal ## Basic Information - **Project Name**: zadig-portal - **Description**: The zadig web component - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 19 - **Created**: 2022-07-08 - **Last Updated**: 2025-06-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Zadig Portal

The zadig web component

[![Zadig CI](https://os.koderover.com/api/collie/api/badge?pipelineName=zadig-ci/zadig-ci&source=github&repoFullName=koderover/zadig&branch=main&eventType=push)](https://os.koderover.com/v1/projects/detail/zadig-ci/pipelines/freestyle/home/zadig-ci/608824fef341de000137317d?rightbar=step) [![LICENSE](https://img.shields.io/github/license/koderover/zadig-portal.svg)](https://github.com/koderover/zadig-portal/blob/main/LICENSE) [![Language](https://img.shields.io/badge/Language-Vue-blue.svg)](https://golang.org/) ![GitHub release (latest SemVer including pre-releases)](https://img.shields.io/github/v/release/koderover/zadig?include_prereleases) [!["Join us on Slack"](https://img.shields.io/badge/join-us%20on%20slack-gray.svg?longCache=true&logo=slack&colorB=brightgreen)](https://join.slack.com/t/zadig-workspace/shared_invite/zt-qedvct1t-mQUf2eyTRkoVCc_RWKKgxw) ## Requirement - NodeJS 14.0+ - Yarn ## How to start For more detail,please follow [Zadig contributor workflow](https://github.com/koderover/zadig/blob/main/community/dev/contributor-workflow.md) ## Build Setup ``` bash # install dependencies yarn install # serve with hot reload at localhost yarn run dev # build for production with minification yarn run build # build for production and view the bundle analyzer report yarn run build --report ```