# diva-sample-react **Repository Path**: lizdi/diva-sample-react ## Basic Information - **Project Name**: diva-sample-react - **Description**: DIVA 演示案例源码 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-06-16 - **Last Updated**: 2023-06-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

DIVA Sample react

Digital Intelligence Visualization API

该项目为调用 diva-sdk 接口的案例。 ## 下载 ```shell git clone https://github.com/sheencity/diva-sample-react.git ``` ## 安装依赖 - node v14 lts - npm v7 ```shell npm install ``` ## 运行项目 ```shell npm start ``` 项目将运行在 `http://localhost:4200/`。 ## 打包项目 ```javascript npm build ``` 打包文件将存储在 `dist/` 目录中,可以通过添加 `--prod` 标记打包生产环境文件。