# isc-data-demo-ui **Repository Path**: isyscore_admin/isc-data-demo-ui ## Basic Information - **Project Name**: isc-data-demo-ui - **Description**: 基础服务接口调用示例:展示考勤列表,增加外链跳转 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-25 - **Last Updated**: 2021-08-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 数据业务演示demo 基础服务接口调用示例:展示考勤列表,增加外链跳转 ## 安装依赖 ``` npm install ``` ## 运行服务 ``` npm run serve ``` ## 生产环境编译 ``` npm run build ```