# vue2-base-framework **Repository Path**: zong__qiang/vue2-base-framework ## Basic Information - **Project Name**: vue2-base-framework - **Description**: 1、利用vue2+elementUI搭建的前端框架。 2、借助vue-cli,使用vue ui命令可视化创建了vue2模板项目, 最原始代码在master分支。 3、所有的改动都在dev分支,需要配合我写的【vue2+elementUI搭建web页面】这篇文章来阅读。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-10-27 - **Last Updated**: 2025-02-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue2-base-framework ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn serve ``` ### Compiles and minifies for production ``` yarn build ``` ### Lints and fixes files ``` yarn lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).