0.0.1-dev.2 • Published 8 months ago

osp-image v0.0.1-dev.2

Weekly downloads
-
License
-
Repository
-
Last release
8 months 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.1-dev.2

8 months ago

0.0.1-dev.1

8 months ago

0.0.1

8 months ago