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