Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simon-he95/git-fork-vue
fork me
https://github.com/simon-he95/git-fork-vue
git-fork-vue
Last synced: 10 days ago
JSON representation
fork me
- Host: GitHub
- URL: https://github.com/simon-he95/git-fork-vue
- Owner: Simon-He95
- Created: 2022-09-18T10:52:17.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-16T08:21:29.000Z (11 months ago)
- Last Synced: 2024-05-29T23:53:13.026Z (5 months ago)
- Topics: git-fork-vue
- Language: TypeScript
- Homepage: https://git-fork-vue.netlify.app/
- Size: 150 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
## 目的
提供一个跳转到GitHub地址的小组件## 灵感来源
- [github-corners](https://tholman.com/github-corners/)
- [github-ribbons](https://github.com/superhugo/github-ribbons)## 参数
```typescript
export interface Props {
link: string ## GitHub地址
position: 'left' | 'right' ## 组件位置
content: string ## 组件内容
color: string ## 组件背景颜色
type: 'corners' | 'ribbons' | 'trapeziumType' ## 提供3种类型的组件
}
```## 引入
```js
import gitForkVue from "@simon_he/git-fork-vue";```
## 使用
```html```
## :question: 问题
[issues](https://github.com/Simon-He95/git-fork-vue/issues)## 依赖
`vue`、`unocss`、[`vite-plugin-inspector-lib-css`](https://github.com/Simon-He95/vite-plugin-Inspector-lib-css)## react版本
[`@simon_he/git-fork-react`](https://github.com/Simon-He95/git-fork-react)