# vue3-components-base **Repository Path**: 1024335892/vue3-components-base ## Basic Information - **Project Name**: vue3-components-base - **Description**: vue3制作组件的一个规范的封装处理,以后的组件都可以基于此进行开发 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-04-09 - **Last Updated**: 2023-04-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 文档规范使用 - 需要编译pnpm run build后的组件才能在example中进行使用验证 - 组件在文件夹vue3-components-base/src/widgets用大驼峰命名组件文件夹,组件同文件夹名,然后index.ts将组件给导出去 # example的举例使用注意事项 - package.json中依赖于@yll10243/vue3-components-base # 编译后的组件直接可以发布了 - pnpm login - pnpm publish