# multiple-entry-app **Repository Path**: enond/multiple-entry-app ## Basic Information - **Project Name**: multiple-entry-app - **Description**: vue 多入口示例项目 - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 1 - **Created**: 2020-02-24 - **Last Updated**: 2022-02-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # multiple-entry-app ## 安装依赖,初始化项目 ``` yarn install ``` ### 启动热更新,开发用 ``` yarn serve yarn serve app1 ``` ### 编译项目 默认编译index ``` yarn build ``` #### 编译某个模块 ``` yarn build app1 ``` #### 编译所有模块 ``` yarn build:all ``` ### 校验文件规范 ``` yarn lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).