# flaskcg-vue-ui **Repository Path**: mldong/flaskcg-vue-ui ## Basic Information - **Project Name**: flaskcg-vue-ui - **Description**: Flask+Vue前后端分离最佳实践-前端工程 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 1 - **Created**: 2021-12-13 - **Last Updated**: 2024-01-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # flaskcg-vue-ui ## 项目启动 ### 安装依赖 ``` 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/flaskcg)