0.0.10 • Published 7 months ago

@ldzn/login v0.0.10

Weekly downloads
-
License
-
Repository
-
Last release
7 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.10

7 months ago

0.0.9

7 months ago

0.0.8

7 months ago

0.0.7

7 months ago

0.0.6

7 months ago

0.0.5

7 months ago

0.0.4

7 months ago

0.0.3

7 months ago