0.0.4 • Published 1 month ago

osp-ui-web v0.0.4

Weekly downloads
-
License
-
Repository
-
Last release
1 month ago

Quark 组件

基于本工程,您可以构建属于自己的跨技术栈/无框架 组件。

如何使用

npm install
npm run dev

入口文件为 src/index.tsx,这里使用 vite 进行开发和生产打包。

打包产物

npm run build

打包后的产出为: lib/index.jslib/index.umd.cjs

.
├── types
|     └── install.d.ts
├── index.js
└── index.umd.js

使用产物

无论是VueReactAngular还是Jq项目,该组件都可以被使用。

import "my-component/lib";

<my-component count="0" />;

详细文档,请访问:https://quarkc.hellobike.com/#/zh-CN/docs/publishing

0.0.4

1 month ago

0.0.3-dev.2

4 months ago

0.0.3-dev.1

5 months ago

0.0.1-dev.6

6 months ago

0.0.1-dev.5

6 months ago

0.0.3

5 months ago

0.0.2

5 months ago

0.0.1-dev.4

6 months ago

0.0.1-dev.3

6 months ago

0.0.1-dev.2

9 months ago

0.0.1-dev.1

9 months ago