# micro-web **Repository Path**: lu_hung_yue/micro-web ## Basic Information - **Project Name**: micro-web - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-05-10 - **Last Updated**: 2023-01-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # micro_web_test #### 启动主应用 ```shell script cd main # 进入到主项目 npm run serve # 启动项目 ``` #### 启动子应用 ```shell script # micro_web_test 目录下 npm start ``` #### 项目介绍 - main 主项目,包含框架代码,位于`micro`目录下。 - 其他为子项目代码。