# McFramework-Vue **Repository Path**: mcroot/mc-framework-vue ## Basic Information - **Project Name**: McFramework-Vue - **Description**: 快速开发的web后台管理系统, 前端使用vue2, element 后端有c#版和php版, 包含了权限验证, 授权, 生成crud, 动态路由 - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2024-04-08 - **Last Updated**: 2024-12-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vue ## README # general-background-vue2 ## 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/). 新增一行 123