# devops_vue **Repository Path**: lw-corn/devops_vue ## Basic Information - **Project Name**: devops_vue - **Description**: devops前端 - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2023-10-10 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # k8s-platform-vue ** 修改配置文件后端地址** src/views/common/Config.js //生产测试环境时,请将127.0.0.1改为后端地址 const baseUrl = 'http://127.0.0.1:9091' export default { loginAuth: baseUrl + "/api/login", //生产测试环境时,请将127.0.0.1改为后端地址,server连接SSH地址 ServerTerminalWs: 'ws://127.0.0.1:9091/api/node/ssh', //生产测试环境时,请将127.0.0.1改为后端地址,Pod连接SSH地址 k8sTerminalWs: 'ws://127.0.0.1:8080/ws', ## 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/).