# vue-cli3-multipage **Repository Path**: mirrors_singod/vue-cli3-multipage ## Basic Information - **Project Name**: vue-cli3-multipage - **Description**: 一个基于vue-cli3构建的多页面项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-cli3-multipage > 一个基于vue-cli3构建的多页面项目 ## 项目改造步骤 > [vue-cli3多页面项目构建](https://blog.csdn.net/guang_s/article/details/89406202) ## 构建步骤 ``` npm install ``` ### 开发环境 ``` npm run serve ``` ### 生产环境 ``` npm run build ``` ### 整理和修复文件 ``` npm run lint ``` ### 自定义配置 > [自定义配置](https://cli.vuejs.org/zh/config/)