Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hellof2e/quark-doc-home
quarkd 文档公共首页
https://github.com/hellof2e/quark-doc-home
quarkc webcomponents
Last synced: about 2 months ago
JSON representation
quarkd 文档公共首页
- Host: GitHub
- URL: https://github.com/hellof2e/quark-doc-home
- Owner: hellof2e
- Created: 2023-06-09T04:59:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-05T05:17:09.000Z (5 months ago)
- Last Synced: 2024-10-08T05:04:32.588Z (3 months ago)
- Topics: quarkc, webcomponents
- Language: CSS
- Homepage:
- Size: 644 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Quark design 文档公共首页
当前分支提交带有 `patch`, `fixes` 关键词,会触发 yml 自动构建,并发布到 `npm` 仓库。
同时触发 `hellof2e/quarkd-docs-vue` action 执行,自动构建并推送静态资源到 [quark-ecosystem/quarkd-docs](https://github.com/quark-ecosystem/quarkd-docs)。此外,当 `quark-doc-header` 包版本号发生变更,也会触发以上步骤。
https://www.npmjs.com/package/quark-doc-header
## 如何使用
```bash
npm install quark-doc-home
```### 使用
无论是`Vue`,`React`,`Angular`还是`Jq`项目,该组件都可以被使用。
```js
// 引入
import 'quark-doc-home'// 使用
```