doc: add badges.
This commit is contained in:
parent
ca80355477
commit
51c4d2a719
@ -1,7 +1,13 @@
|
|||||||
Electron 备忘清单
|
Electron 备忘清单
|
||||||
====
|
====
|
||||||
|
|
||||||
此快速参考备忘单提供了 Electron v21 API 说明和使用示例。
|
[](https://www.npmjs.com/package/electron)
|
||||||
|
[](https://www.npmjs.com/package/electron)
|
||||||
|
[](https://github.com/electron/electron/network/dependents)
|
||||||
|
[](https://github.com/electron/electron)
|
||||||
|
|
||||||
|
此快速参考备忘单提供了 Electron v21 API 说明和使用示例
|
||||||
|
<!--rehype:style=padding-top: 12px;-->
|
||||||
|
|
||||||
入门
|
入门
|
||||||
----
|
----
|
||||||
|
13
docs/htmx.md
13
docs/htmx.md
@ -1,7 +1,13 @@
|
|||||||
\</> htmx 备忘清单
|
\</> htmx 备忘清单
|
||||||
===
|
===
|
||||||
|
|
||||||
|
[](https://npmjs.org/package/htmx.org)
|
||||||
|
[](https://www.npmjs.com/package/htmx.org)
|
||||||
|
[](https://github.com/bigskysoftware/htmx/network/dependents)
|
||||||
|
[](https://github.com/bigskysoftware/htmx)
|
||||||
|
|
||||||
适合初学者的综合 [htmx](https://htmx.org/) 备忘清单
|
适合初学者的综合 [htmx](https://htmx.org/) 备忘清单
|
||||||
|
<!--rehype:style=padding-top: 12px;-->
|
||||||
|
|
||||||
入门
|
入门
|
||||||
---
|
---
|
||||||
@ -17,17 +23,12 @@
|
|||||||
点击我
|
点击我
|
||||||
</button>
|
</button>
|
||||||
```
|
```
|
||||||
|
<!--rehype:className=wrap-text-->
|
||||||
|
|
||||||
`hx-post` 和 `hx-swap` 属性告诉 `htmx`:
|
`hx-post` 和 `hx-swap` 属性告诉 `htmx`:
|
||||||
|
|
||||||
> 当用户单击此按钮时,向 `/clicked` 发出 `AJAX` 请求,并用响应替换整个按钮
|
> 当用户单击此按钮时,向 `/clicked` 发出 `AJAX` 请求,并用响应替换整个按钮
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
[](https://npmjs.org/package/htmx.org)
|
|
||||||
[](https://www.npmjs.com/package/htmx.org)
|
|
||||||
[](https://github.com/bigskysoftware/htmx/network/dependents)
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ npm install htmx.org
|
$ npm install htmx.org
|
||||||
```
|
```
|
||||||
|
@ -1,7 +1,12 @@
|
|||||||
Less 备忘清单
|
Less 备忘清单
|
||||||
===
|
===
|
||||||
|
|
||||||
本备忘单旨在快速理解 [Less](https://github.com/less/less.js) 所涉及的主要概念,显示了它的常用方法使用清单。
|
[](https://npmjs.org/package/less)
|
||||||
|
[](https://www.npmjs.com/package/less)
|
||||||
|
[](https://github.com/less/less.js)
|
||||||
|
|
||||||
|
本备忘单旨在快速理解 [Less](https://github.com/less/less.js) 所涉及的主要概念,显示了它的常用方法使用清单
|
||||||
|
<!--rehype:style=padding-top: 12px;-->
|
||||||
|
|
||||||
入门
|
入门
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,13 @@
|
|||||||
Next.js 备忘清单
|
Next.js 备忘清单
|
||||||
===
|
===
|
||||||
|
|
||||||
这是一份快速参考备忘单,包含 Next.js 的 API 参考列表和一些示例
|
[](https://www.npmjs.com/package/next)
|
||||||
|
[](https://www.npmjs.com/package/next)
|
||||||
|
[](https://github.com/vercel/next.js/network/dependents)
|
||||||
|
[](https://github.com/vercel/next.js)
|
||||||
|
|
||||||
|
这是一份快速参考备忘单,包含 [Next.js](https://nextjs.org/) 的 API 参考列表和一些示例
|
||||||
|
<!--rehype:style=padding-top: 12px;-->
|
||||||
|
|
||||||
入门
|
入门
|
||||||
----
|
----
|
||||||
|
@ -1,7 +1,13 @@
|
|||||||
React Native 备忘清单
|
React Native 备忘清单
|
||||||
===
|
===
|
||||||
|
|
||||||
|
[](https://npmjs.org/package/react-native)
|
||||||
|
[](https://www.npmjs.com/package/react-native)
|
||||||
|
[](https://github.com/facebook/react-native/network/dependents)
|
||||||
|
[](https://github.com/facebook/react-native)
|
||||||
|
|
||||||
适合初学者的综合 [React Native](https://reactnative.dev/) 备忘清单,在开始 [React Native](https://reactnative.dev/) 之前需要先掌握 [react](./react.md) 库
|
适合初学者的综合 [React Native](https://reactnative.dev/) 备忘清单,在开始 [React Native](https://reactnative.dev/) 之前需要先掌握 [react](./react.md) 库
|
||||||
|
<!--rehype:style=padding-top: 12px;-->
|
||||||
|
|
||||||
入门
|
入门
|
||||||
---
|
---
|
||||||
|
@ -1,14 +1,20 @@
|
|||||||
React 备忘清单
|
React 备忘清单
|
||||||
===
|
===
|
||||||
|
|
||||||
|
[](https://npmjs.org/package/react)
|
||||||
|
[](https://www.npmjs.com/package/react)
|
||||||
|
[](https://github.com/facebook/react/network/dependents)
|
||||||
|
[](https://github.com/facebook/react)
|
||||||
|
|
||||||
适合初学者的综合 React 备忘清单。
|
适合初学者的综合 React 备忘清单。
|
||||||
|
<!--rehype:style=padding-top: 12px;-->
|
||||||
|
|
||||||
入门
|
入门
|
||||||
----
|
----
|
||||||
|
|
||||||
### 介绍
|
### 介绍
|
||||||
|
|
||||||
React 是一个用于构建用户界面的 JavaScript 库。
|
React 是一个用于构建用户界面的 JavaScript 库
|
||||||
|
|
||||||
- [React 官方文档](https://reactjs.org/) _(reactjs.org)_
|
- [React 官方文档](https://reactjs.org/) _(reactjs.org)_
|
||||||
- [Styled Components 备忘清单](./styled-components.md) _(jaywcjlove.github.io)_
|
- [Styled Components 备忘清单](./styled-components.md) _(jaywcjlove.github.io)_
|
||||||
|
@ -1,7 +1,13 @@
|
|||||||
Sass
|
Sass
|
||||||
===
|
===
|
||||||
|
|
||||||
这是一份快速参考备忘单,列出了 [SASS](https://sass-lang.com) 最有用的功能。
|
[](https://www.npmjs.com/package/sass)
|
||||||
|
[](https://www.npmjs.com/package/sass)
|
||||||
|
[](https://github.com/sass/dart-sass/network/dependents)
|
||||||
|
[](https://github.com/sass/dart-sass)
|
||||||
|
|
||||||
|
这是一份快速参考备忘单,列出了 [SASS](https://sass-lang.com) 最有用的功能
|
||||||
|
<!--rehype:style=padding-top: 12px;-->
|
||||||
|
|
||||||
Sass 基础
|
Sass 基础
|
||||||
--------
|
--------
|
||||||
|
@ -1,7 +1,13 @@
|
|||||||
Styled Components 备忘清单
|
Styled Components 备忘清单
|
||||||
====
|
====
|
||||||
|
|
||||||
此快速参考备忘单提供了使用 CSS in JS 工具的各种方法。
|
[](https://npmjs.org/package/styled-components)
|
||||||
|
[](https://www.npmjs.com/package/styled-components)
|
||||||
|
[](https://github.com/styled-components/styled-components/network/dependents)
|
||||||
|
[](https://github.com/styled-components/styled-components)
|
||||||
|
|
||||||
|
此快速参考备忘单提供了使用 CSS in JS 工具的各种方法
|
||||||
|
<!--rehype:style=padding-top: 12px;-->
|
||||||
|
|
||||||
入门
|
入门
|
||||||
----
|
----
|
||||||
|
@ -1,7 +1,13 @@
|
|||||||
Stylus 备忘清单
|
Stylus 备忘清单
|
||||||
===
|
===
|
||||||
|
|
||||||
本备忘单旨在快速理解 [stylus](https://github.com/stylus/stylus) 所涉及的主要概念,显示了它的常用方法使用清单。
|
[](https://npmjs.org/package/stylus)
|
||||||
|
[](https://www.npmjs.com/package/stylus)
|
||||||
|
[](https://github.com/stylus/stylus/network/dependents)
|
||||||
|
[](https://github.com/stylus/stylus)
|
||||||
|
|
||||||
|
本备忘单旨在快速理解 [stylus](https://github.com/stylus/stylus) 所涉及的主要概念,显示了它的常用方法使用清单
|
||||||
|
<!--rehype:style=padding-top: 12px;-->
|
||||||
|
|
||||||
入门
|
入门
|
||||||
---
|
---
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
"husky": "^8.0.1",
|
"husky": "^8.0.1",
|
||||||
"lint-staged": "^13.0.3",
|
"lint-staged": "^13.0.3",
|
||||||
"prettier": "^2.7.1",
|
"prettier": "^2.7.1",
|
||||||
"refs-cli": "^1.2.3"
|
"refs-cli": "^1.2.5"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16.0.0"
|
"node": ">=16.0.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user