# vue-demo **Repository Path**: alomy/vue-demo ## Basic Information - **Project Name**: vue-demo - **Description**: Vue2 基础篇 练习 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-06 - **Last Updated**: 2022-03-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: vue2 ## README # vue-demo ## 项目介绍 极客时间的 Vue开发实战(基础篇) 练习 ## 启动 - 安装依赖 ``` npm install ``` - 启动运行 ``` npm run serve ```