@any_ui/core
TypeScript icon, indicating that this package has built-in type declarations

0.1.6 • Public • Published

ANY-UI

一套用于构建现代 Web 应用的开源设计敏捷方案


Quick Start

npm i @any_ui/core
# or
yarn add @any_ui/core
# or
pnpm add @any_ui/core
import { Button } from "@any_ui/core";

export default () => (
  <>
    <h2>按钮</h2>
    <Button type="default">默认</Button>
  </>
);

Documentation


开发:

pnpm i
pnpm dev

项目结构

├── package.json # 项目配置
├── components # 组件源码
├── docs # 指引文档
├── src # 各组件文档源码
├── build_config # 打包组件用到的配置
……

发布

  • 要发布文档,只需 push 到 main 分支。
  • 要发布组件,请执行pnpm chore [版本号], 例如pnpm chore 0.1.5,脚本会自动更新package.json并打tag并 push,确认无误后手动用相应的 tag create release 即可自动集成到 npm。

...

LICENSE

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.6
    1
    • latest

Version History

Package Sidebar

Install

npm i @any_ui/core

Weekly Downloads

0

Version

0.1.6

License

MIT

Unpacked Size

866 kB

Total Files

181

Last publish

Collaborators

  • sunnywind