# mldong-devops-vue-demo **Repository Path**: wxtech/mldong-devops-vue-demo ## Basic Information - **Project Name**: mldong-devops-vue-demo - **Description**: 云效流水线演示-前后端分离前端工程 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2024-02-02 - **Last Updated**: 2024-02-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mldong-devops-vue-demo ## 项目启动 ### 安装依赖 ``` npm install ``` ### 启动服务 ``` npm run serve ``` ### 打包 ``` npm run build ``` ### 单元测试 ``` npm run test:unit ``` ### Run your end-to-end tests ``` npm run test:e2e ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ## 相关项目 - [后端工程](https://gitee.com/mldong/mldong-devops-demo)