Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hellof2e/quark-doc-header
Quark 技术生态各种官网和文档的公共头部
https://github.com/hellof2e/quark-doc-header
quarkc quarkd
Last synced: about 1 month ago
JSON representation
Quark 技术生态各种官网和文档的公共头部
- Host: GitHub
- URL: https://github.com/hellof2e/quark-doc-header
- Owner: hellof2e
- Created: 2023-05-26T05:15:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-05T05:16:41.000Z (5 months ago)
- Last Synced: 2024-10-06T07:17:59.704Z (3 months ago)
- Topics: quarkc, quarkd
- Language: TypeScript
- Homepage:
- Size: 454 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Quark 官网 & 文档公共头部组件
修改 package.json 后,本仓库更新会触发 quark-doc-home 仓库的更新,进而触发对应官网去更新。
实现所有官网的公共头部更新。
https://www.npmjs.com/package/quark-doc-header
![1685501041275](https://github.com/hellof2e/quark-doc-header/assets/14307551/1c48d6ec-913d-485a-971c-aa071327e151)
![2](https://github.com/hellof2e/quark-doc-header/assets/14307551/c1da40c5-53a0-4620-90f7-83def24b7167)## 如何使用
```js
npm install quark-doc-header
```### 使用
无论是`Vue`,`React`,`Angular`还是`Jq`项目,该组件都可以被使用。
```js
// 引入
import 'quark-doc-header'// 使用
```