# sbom-website **Repository Path**: zhangfan345/sbom-website ## Basic Information - **Project Name**: sbom-website - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2023-12-14 - **Last Updated**: 2023-12-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Sbom Website with TS & VUE3 & ElementPlus & Axios & Vue Router: Build SBOM Dashboard App Website request REST API of SBOM Service. Main functions of the site: - Risk dashboard. - Software components query. - OSS reverse traceability chain. ## local development ### Project setup ``` npm install npm install -g @vue/cli vue ui ``` open http://localhost:8000 with using browser for vue-cli UI, and load project ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build-production ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). # Copyright Copyright © Huawei Technologies Co., Ltd. 2022-2023. All rights reserved.