# VueCdn **Repository Path**: hejsky/vue-cdn ## Basic Information - **Project Name**: VueCdn - **Description**: Web页面Cdn方式引入Vue示例 初学者引入学习使用 - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-09 - **Last Updated**: 2025-09-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 项目介绍 这是一个基于Web采用Cdn方式引入Vue的示例项目: ## Options API方式 ### 渲染方式示例 options/template-render.html ### 混入(设置对象参数合并) options/mixin.html ### 首页(集成) options/index.html ### 生命周期事件 options/base.html ### 组件引入 options/component.html ### 插槽引入 options/slot.html ### 路由引入 options/router.html ### 状态管理器引入 options/pinia.html ### 数据请求引入 options/axios.html ## Composition API方式