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