# geektime-vue-1 **Repository Path**: tina-zwt/geektime-vue-1 ## Basic Information - **Project Name**: geektime-vue-1 - **Description**: 极客时间基础篇代码; 唐金州---Vue 开发实战 购物车demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 160 - **Created**: 2022-10-17 - **Last Updated**: 2022-11-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # geektime-vue-1 #### 极客时间基础篇&生态篇代码 #### 课程地址:https://time.geekbang.org/course/intro/100024601?tab=catalog #### 课程讲师:唐金州 一点资讯前端技术专家,Ant Design Vue 作者 ## 源码使用指南 进入相应文件夹(有package.json的那个)后执行以下步骤: ### 安装依赖 ``` npm install ``` ### 启动环境 ``` npm run serve ```