# k8s-demo-fe **Repository Path**: wxd_ops/k8s-demo-fe ## Basic Information - **Project Name**: k8s-demo-fe - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-08 - **Last Updated**: 2025-05-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # k8s-demo-fe ## 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/). ### 代码作用 ``` 用于Jenkins发布前端项目调试,test.conf是将该项目打包后,通过nginx访问的配置,其中端口必须跟vue项目中设置的port端口一致 ```