# deva **Repository Path**: doen/deva ## Basic Information - **Project Name**: deva - **Description**: 数字化运行平台 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-23 - **Last Updated**: 2021-01-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### 介绍 天眼-数字化运营平台 #### 框架 vue element-ui #### 使用说明 [Git仓库 http://zhaoyf@120.76.158.63:18080/zhaoyf/symbiosis-city-admin.git](http://zhaoyf@120.76.158.63:18080/zhaoyf/symbiosis-city-admin.git) ## Build ```bash # build for test environment npm run build:stage # build for production environment npm run build:prod ``` ## Advanced ```bash # preview the release environment effect npm run preview # preview the release environment effect + static resource analysis npm run preview -- --report # code format check npm run lint # code format check and auto fix npm run lint -- --fix ```