0.0.1 • Published 2 years ago

to-sky v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Sky 组件

无上限搞事情的组件库

如何使用

npm install
npm run dev

入口文件为 src/index.ts,这里使用 vite + TS 进行开发 使用roolup进行打包。

打包产物

npm run build

打包后的产出为: lib/index.jslib/各组件/index.js

.
├── button
|     └── index.js
├── index.js
└── style-inject.es.js

使用产物

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

import "sky/lib";

<sky-button />;

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

0.0.1

2 years ago