# vue2-generic **Repository Path**: supercwj/vue2-generic ## Basic Information - **Project Name**: vue2-generic - **Description**: 儿童疫苗信息管理系统前端 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-05 - **Last Updated**: 2023-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue2 通用前端精简框架 #### 介绍 一款vue2 通用前端精简框架,使前端开发者搭建vue2项目时,不需要自己在安装其他的常用依赖,用户现在后根据自己的需要添加组件,路由。使用后端提供的接口即可实现接口联调。 框架参考eladmin和ruoyi前端,具备他们的基本功能,包括svg图片导入,请求封装,动态标题等等。没有冗余的组件 导入svg图片,通过类名的方式直接导入svg。 #### 软件架构 软件架构说明 1. ## 依赖安装 ``` 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/). #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)