https://github.com/lexmin0412/components
基于 Web Components 构建的通用组件库, Write Once, Use Anywhere.
https://github.com/lexmin0412/components
lerna react vue web-components
Last synced: 2 months ago
JSON representation
基于 Web Components 构建的通用组件库, Write Once, Use Anywhere.
- Host: GitHub
- URL: https://github.com/lexmin0412/components
- Owner: lexmin0412
- Created: 2023-11-30T14:35:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T13:51:46.000Z (about 2 years ago)
- Last Synced: 2025-09-15T13:22:05.512Z (9 months ago)
- Topics: lerna, react, vue, web-components
- Language: TypeScript
- Homepage:
- Size: 380 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Components
基于 Stencil 构建的 Web Components 组件库。

## Packages
| 子包 | 信息 | 说明 |
|------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------|
| [@lexmin0412/wc](https://www.npmjs.com/package/@lexmin0412/wc) |   | Web Component 组件库 |
| [@lexmin0412/wc-react](https://www.npmjs.com/package/@lexmin0412/wc-react) |   | Web Component 组件库的 React 包装器 |
| [@lexmin0412/wc-vue](https://www.npmjs.com/package/@lexmin0412/wc-vue) |   | Web Component 组件库的 Vue 包装器 |
| [@lexmin0412/wc-themes](https://www.npmjs.com/package/@lexmin0412/wc-themes) |   | 主题 |
| [@lexmin0412/wc-icons](https://www.npmjs.com/package/@lexmin0412/wc-icons) |   | 图标 |
## Roadmap
- [x] 第一个组件
- [x] React 包装器
- [x] Vue 包装器
- [ ] 组件库文档
- [ ] 主题应用
## Development
### 本地开发
```shell
pnpm dev
```
### 新增组件
```shell
pnpm new
```
### 版本发布
新增/修改组件代码后提交到远程,Github Actions 会自动通过运行 lerna publish patch --yes 脚本发布新版本。