# back-stage-management **Repository Path**: robotdna/back-stage-management ## Basic Information - **Project Name**: back-stage-management - **Description**: 后台管理系统 监控系统 智能巡检后台系统 ---巡检机器人 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-12-08 - **Last Updated**: 2023-12-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # imooc-admin ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn serve ``` ### Compiles and minifies for production ``` yarn build ``` ### Lints and fixes files ``` yarn lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ### 提交代码 git add . git commit 改成 git cz git push 首次提交需要使用 git push -u origin name(这里 name 指的是要提交到那个分支) 注意:有几个node-model包在npm install的时候可能安装不上 记得重新安装 : 1. npm install path-browserify 2. npm install rgb-hex 3. npm install screenfull 4. npm install css-color-function