# CSLAIC **Repository Path**: baidawei/CSLAIC ## Basic Information - **Project Name**: CSLAIC - **Description**: CSLAIC - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-06-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cslaic ## 安装依赖 ``` npm install ``` ## vue ui ``` 图形界面 ``` ### 本地测试 ``` npm run serve ``` ### 编译 ``` npm run build ``` ### 测试 ``` npm run test ``` ### lint ``` npm run lint ```