# 前端学习 **Repository Path**: kyhdegit/frontend-learning ## Basic Information - **Project Name**: 前端学习 - **Description**: 前端学习的代码仓库 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-06-28 - **Last Updated**: 2023-09-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 前端学习 #### 介绍 前端学习的代码仓库 前端学习过程中的代码练习。 1.axios 2.nodejs 3.promise 4.webpack 5.vue 6.微信小程序 ## Vue学习笔记 #### Vue.use() Vue.use(parameter)方法 ,parameter只能是对象或者方法,如果是对象的话,对象中要有一个install方法,使用Vue.use(object)方法时就会调用object中的install方法,如果参数是方法的话,使用Vue.use(function)方法时就会调用该方法。