# vue3-base-code-pages **Repository Path**: vsdeveloper/vue3-base-code-pages ## Basic Information - **Project Name**: vue3-base-code-pages - **Description**: Vue3 基础入门配套的代码 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2024-08-12 - **Last Updated**: 2024-10-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 说明 1. 项目中用到的 Vue3 库文件在 `lib` 目录下; 2. 项目中用到的图片,在 `image` 目录下; 3. Vue3 的 html 代码片段: ```json { "baseVueHTML": { "prefix": "vh", "body": [ "", "", "", "", " ", " ", " vue3-escook", " ", " ", " ", "", "", "", "
", "

${0:xxx}

", "
", "", "", "" ], "description": "Powered by liulongbin." } } ```