Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 582 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 582 Bytes

DIVA Sample vue3

Digital Intelligence Visualization API

该项目为调用 diva-sdk 接口的案例。

下载

git clone https://github.com/sheencity/diva-sample-vue3.git

安装依赖

  • node v14 lts
  • npm v7
npm install

运行项目

npm start

项目将运行在 http://localhost:4200/

打包项目

npm run build

打包文件将存储在 dist/ 目录中,可以通过添加 --prod 标记打包生产环境文件。