# vue-remote-component **Repository Path**: cxshu/vue-remote-component ## Basic Information - **Project Name**: vue-remote-component - **Description**: 在vue项目中加载远程组件 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-09 - **Last Updated**: 2023-02-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue加载远程组件 ## 启动服务端 ``` cd node-server npm i npm start ``` ## 启动客户端 ``` cd vue-main npm i npm start ``` 在浏览器中输入 http://localhost 查看效果