hive-plus
v2.10.2
Published
A Component Library for Vue 3
Downloads
9
Maintainers
Readme
- 💪 Vue 3 Composition API
- 🔥 Written in TypeScript
快速开始
- 中国大陆Hive Plus使用文档
开发流程
- pnpm run gen
组件名 - 在packages/hive-plus/component.ts中引入并导出组件
- 在packages/theme-chalk/src/index.scss编译组件样式
- 在play/App.vue中使用组件
发布流程
- pnpm run build
- 找到/packages/hive-plus/目录
- 执行 npm publish
