Skip to content

Vsolon0401/any-ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ANY-UI

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

npm (scoped)

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

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 73.0%
  • SCSS 19.7%
  • JavaScript 7.2%
  • Shell 0.1%