# vue-tutorial **Repository Path**: algo_coding/vue-tutorial ## Basic Information - **Project Name**: vue-tutorial - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-05 - **Last Updated**: 2021-10-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue3教程 ## unit05 首先利用脚手架创建项目。 ` vue create unit05 ` 其次安装element-ui依赖。 ` npm install --save element-ui `