# imooc-geektime-vue-1 **Repository Path**: jsjxsy/imooc-geektime-vue-1 ## Basic Information - **Project Name**: imooc-geektime-vue-1 - **Description**: immoc极客时间-vue开发实战demo实例 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-18 - **Last Updated**: 2024-11-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vue, imooc, vue3 ## README # geektime-vue-1 极客时间基础篇&生态篇代码 ## 源码使用指南 进入相应文件夹(有package.json的那个)后执行以下步骤: ### 安装依赖 ``` npm install ``` ### 启动环境 ``` npm run serve ```