# vue-app-base **Repository Path**: F_tree/vue-app-base ## Basic Information - **Project Name**: vue-app-base - **Description**: 大前端作业: fed-task-2-2,webpack 作业项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-04 - **Last Updated**: 2022-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-app-base 1. 这是一个使用 Vue CLI 创建出来的 Vue 项目基础结构 2. 有所不同的是这里我移除掉了 vue-cli-service(包含 webpack 等工具的黑盒工具) 3. 这里的要求就是直接使用 webpack 以及你所了解的周边工具、Loader、Plugin 还原这个项目的打包任务 4. 尽可能的使用上所有你了解到的功能和特性 # Build Setup ```shell # Project setup yarn # Compiles and hot-reloads for development yarn serve # Compiles and minifies for production yarn build # Lints files yarn lint # Lints and fixes files yarn lintfix ```