# devops_web **Repository Path**: django-devops/devops_web ## Basic Information - **Project Name**: devops_web - **Description**: 熙熙 CMDB 前端开发 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-02-29 - **Last Updated**: 2024-02-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 熙熙 CMDB 前端开发 ## 介绍 python3.8.4开发cmdb系统 使用到版本: django 3.2版本 vue 3.0 版本 element-plus 3.0版本 ## 软件架构 软件架构进行了前后端分离,devops_api 为后端代码,devops_web 为前端代码。 ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).