0.0.2 • Published 4 years ago

@datagrand/idps v0.0.2

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

@datagrand/idps

达观数据IDPS前端模块

使用

需在angular.json中按照如下配置

"assets": [
  ...
  {
    "glob": "**/*",
    "input": "node_modules/pdf-reader/dist",
    "output": "/pdf-resource"
  }
]

构建

执行ng build idps,输出目标地址为dist/idps

测试

执行ng test idps

发布

# after build
cd dist/idps
npm publish