Skip to content

Commit b846baf

Browse files
committed
docs: update total download count
1 parent d967d1b commit b846baf

File tree

7 files changed

+41
-13
lines changed

7 files changed

+41
-13
lines changed

README.md

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</h1>
66

77
<p align="center">
8-
Vue and Nuxt 2/3 isomorphic JSON editor, viewer, formatter and validator.
8+
Vue 2/3 isomorphic JSON editor, viewer, formatter and validator.
99
<br>
1010
English | <a href="./docs/README.zh-CN.md">简体中文</a>
1111
</p>
@@ -46,7 +46,7 @@
4646
- 2-way binding: [parsed or stringified JSON](#parsed-json-vs-stringified-json)
4747
- 🤸 Flexible
4848
- Vue 2.6/2.7/3 isomorphic
49-
- Support SSR, Nuxt 2/3 isomorphic
49+
- Support SSR, Nuxt 2/3/4 isomorphic
5050
- Support Vite, Vue CLI, webpack, CDN...
5151
- Support microfrontends
5252
- Support PC & mobile devices
@@ -85,25 +85,39 @@
8585
<img height="30" valign="middle" src="./docs/cases/mrc_tu_cambridge.png" />
8686
</a>
8787
</td>
88+
<td>
89+
<a href="https://github.com/sharevb/it-tools"><img height="50" valign="middle" src="./docs/cases/it-tools.png" /></a>
90+
</td>
91+
</tr>
92+
<tr align="center">
8893
<td>
8994
<a href="https://github.com/RockChinQ/LangBot"><img height="35" valign="middle" src="./docs/cases/langbot.png" /></a>
9095
<a href="https://github.com/RockChinQ/LangBot"> LangBot</a>
9196
</td>
97+
<td>
98+
<a href="https://github.com/mealie-recipes/mealie"><img height="35" valign="middle" src="./docs/cases/mealie.png" /></a>
99+
<a href="https://github.com/mealie-recipes/mealie"> Mealie</a>
100+
</td>
101+
<td>
102+
<a href="https://github.com/MISP/MISP-Fleet-Commander"><img height="40" valign="middle" src="./docs/cases/misp.png" /></a>
103+
</td>
92104
</tr>
93105
<tr align="center">
94106
<td>
95-
<a href="https://github.com/mealie-recipes/mealie"><img height="30" valign="middle" src="./docs/cases/mealie.png" /></a>
96-
<a href="https://github.com/mealie-recipes/mealie"> Mealie</a>
107+
<a href="https://github.com/OpenBankProject/API-Explorer-II"><img height="30" valign="middle" src="./docs/cases/OBP.png" /></a>
97108
</td>
98109
<td>
99-
<a href="https://github.com/sharevb/it-tools"><img height="50" valign="middle" src="./docs/cases/it-tools.png" /></a>
110+
<a href="https://github.com/opea-project/GenAIEval"><img height="40" valign="middle" src="./docs/cases/opea.png" /></a>
111+
</td>
112+
<td>
113+
<a href="https://github.com/OpenGeoscience/geoinsight"><img height="30" valign="middle" src="./docs/cases/OpenGeoscience.png" /></a>
100114
</td>
101115
</tr>
102116
</table>
103117

104118
> [!Important]
105119
>
106-
> json-editor-vue had surpassed [2 million downloads](https://npm.chart.dev/json-editor-vue): <a href="https://npm-stat.com/charts.html?package=json-editor-vue&from=2020-07-15"><img alt="npm downloads" src="https://img.shields.io/npm/dm/json-editor-vue?label=npm&color=cb3837"></a> <a href="https://www.jsdelivr.com/package/npm/json-editor-vue"><img alt="jsDelivr downloads" src="https://data.jsdelivr.com/v1/package/npm/json-editor-vue/badge?period=all&style=rounded"></a>
120+
> json-editor-vue had surpassed [3 million downloads](https://npm.chart.dev/json-editor-vue): <a href="https://npm-stat.com/charts.html?package=json-editor-vue&from=2020-07-15"><img alt="npm downloads" src="https://img.shields.io/npm/dm/json-editor-vue?label=npm&color=cb3837"></a> <a href="https://www.jsdelivr.com/package/npm/json-editor-vue"><img alt="jsDelivr downloads" src="https://data.jsdelivr.com/v1/package/npm/json-editor-vue/badge?period=all&style=rounded"></a>
107121
>
108122
> While having a extremely dismal number of Stars: <a href="https://github.com/cloydlau/json-editor-vue/stargazers"><img alt="GitHub Stars" src="https://img.shields.io/github/stars/cloydlau/json-editor-vue?color=9f7be1&logo=github&style=flat"></a>
109123
>

docs/README.zh-CN.md

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</h1>
66

77
<p align="center">
8-
Vue 和 Nuxt 2/3 一体通用 JSON 编辑 & 预览 & 格式化 & 校验工具
8+
Vue 2/3 一体通用 JSON 编辑 & 预览 & 格式化 & 校验工具
99
<br>
1010
<a href="../README.md">English</a> | 简体中文
1111
</p>
@@ -46,7 +46,7 @@
4646
- 双向绑定:[parsed 或 stringified JSON](#parsed-json-vs-stringified-json)
4747
- 🤸 灵活
4848
- Vue 2.6/2.7/3 一体通用
49-
- 支持 SSR,Nuxt 2/3 一体通用
49+
- 支持 SSR,Nuxt 2/3/4 一体通用
5050
- 支持 Vite,Vue CLI,webpack,CDN...
5151
- 支持微前端
5252
- 支持 PC 端 & 移动端
@@ -85,25 +85,39 @@
8585
<img height="30" valign="middle" src="./cases/mrc_tu_cambridge.png" />
8686
</a>
8787
</td>
88+
<td>
89+
<a href="https://github.com/sharevb/it-tools"><img height="50" valign="middle" src="./cases/it-tools.png" /></a>
90+
</td>
91+
</tr>
92+
<tr align="center">
8893
<td>
8994
<a href="https://github.com/RockChinQ/LangBot"><img height="35" valign="middle" src="./cases/langbot.png" /></a>
9095
<a href="https://github.com/RockChinQ/LangBot"> LangBot</a>
9196
</td>
97+
<td>
98+
<a href="https://github.com/mealie-recipes/mealie"><img height="35" valign="middle" src="./cases/mealie.png" /></a>
99+
<a href="https://github.com/mealie-recipes/mealie"> Mealie</a>
100+
</td>
101+
<td>
102+
<a href="https://github.com/MISP/MISP-Fleet-Commander"><img height="40" valign="middle" src="./cases/misp.png" /></a>
103+
</td>
92104
</tr>
93105
<tr align="center">
94106
<td>
95-
<a href="https://github.com/mealie-recipes/mealie"><img height="30" valign="middle" src="./cases/mealie.png" /></a>
96-
<a href="https://github.com/mealie-recipes/mealie"> Mealie</a>
107+
<a href="https://github.com/OpenBankProject/API-Explorer-II"><img height="30" valign="middle" src="./cases/OBP.png" /></a>
97108
</td>
98109
<td>
99-
<a href="https://github.com/sharevb/it-tools"><img height="50" valign="middle" src="./cases/it-tools.png" /></a>
110+
<a href="https://github.com/opea-project/GenAIEval"><img height="40" valign="middle" src="./cases/opea.png" /></a>
111+
</td>
112+
<td>
113+
<a href="https://github.com/OpenGeoscience/geoinsight"><img height="30" valign="middle" src="./cases/OpenGeoscience.png" /></a>
100114
</td>
101115
</tr>
102116
</table>
103117

104118
> [!Important]
105119
>
106-
> json-editor-vue 已过[两百万下载](https://npm.chart.dev/json-editor-vue):<a href="https://npm-stat.com/charts.html?package=json-editor-vue&from=2020-07-15"><img alt="npm downloads" src="https://img.shields.io/npm/dm/json-editor-vue?label=npm&color=cb3837"></a> <a href="https://www.jsdelivr.com/package/npm/json-editor-vue"><img alt="jsDelivr downloads" src="https://data.jsdelivr.com/v1/package/npm/json-editor-vue/badge?period=all&style=rounded"></a>
120+
> json-editor-vue 已过[三百万下载](https://npm.chart.dev/json-editor-vue):<a href="https://npm-stat.com/charts.html?package=json-editor-vue&from=2020-07-15"><img alt="npm downloads" src="https://img.shields.io/npm/dm/json-editor-vue?label=npm&color=cb3837"></a> <a href="https://www.jsdelivr.com/package/npm/json-editor-vue"><img alt="jsDelivr downloads" src="https://data.jsdelivr.com/v1/package/npm/json-editor-vue/badge?period=all&style=rounded"></a>
107121
>
108122
> 与 Star 数量是天上地下的差别:<a href="https://github.com/cloydlau/json-editor-vue/stargazers"><img alt="GitHub Stars" src="https://img.shields.io/github/stars/cloydlau/json-editor-vue?color=9f7be1&logo=github&style=flat"></a>
109123
>

docs/cases/OBP.png

2.61 KB
Loading

docs/cases/OpenGeoscience.png

11.5 KB
Loading

docs/cases/misp.png

10.1 KB
Loading

docs/cases/opea.png

21.3 KB
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "commonjs",
55
"version": "0.18.1",
66
"private": false,
7-
"description": "Vue and Nuxt 2/3 isomorphic JSON editor, viewer, formatter and validator.",
7+
"description": "Vue 2/3 isomorphic JSON editor, viewer, formatter and validator.",
88
"author": {
99
"name": "Cloyd Lau",
1010
"url": "https://github.com/cloydlau"

0 commit comments

Comments
 (0)