# component **Repository Path**: dylan_2017/component ## Basic Information - **Project Name**: component - **Description**: Vue.js 自定义组件的三种用法:全局注冊、局部注冊、組件注冊 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-23 - **Last Updated**: 2024-06-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue_test ## Project setup ``` 本项目为Vue.js 自定义组件的三种用法: 1.全局注册 2.局部注册 3.插件形式 详细了解,请查看https://blog.csdn.net/wodetongnian/article/details/139899659?spm=1001.2014.3001.5501 ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ```