Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

hdg-design

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hdg-design

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

latest
npmnpm
Version
0.0.6
Version published
Weekly downloads
4
-78.95%
Maintainers
1
Weekly downloads
 
Created
Source

Quark 组件

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

如何使用

pnpm install
pnpm run dev

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

打包产物

pnpm 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

Keywords

frontend

FAQs

Package last updated on 25 Dec 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts