# vue-question **Repository Path**: qing-icon/vue-question ## Basic Information - **Project Name**: vue-question - **Description**: 框架:vue 2.0 + wantUi 用来存储vue里的deom问题 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2022-02-24 - **Last Updated**: 2025-04-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-question ## 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 ``` ### 首页面样式 ![首页面](https://gitee.com/qing-icon/vue-question/raw/master/static/home.jpg) ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). Vue 打包 chunk-vendors.js 文件过大导致页面加载缓慢解决方案 记一次vue-cli 3.0 build包太大导致首屏过长的解决方案 Vue打包优化