diff --git a/README.md b/README.md index 8de99e8f..03efa056 100644 --- a/README.md +++ b/README.md @@ -23,26 +23,36 @@ conventional commits code style jsdelivr downloads -
- npm downloads github stars

text mode table mode +> [!Important] +> +> json-editor-vue had surpassed 1 million downloads (not including CDN): npm downloads +> +> While having a extremely dismal number of Stars: github stars +> +> Please consider hitting the Star to show your support for the ongoing maintenance if you find it useful. 🙏 +
## Features -- View, edit, format, validate, compact, sort, query, filter, transform, repair, highlight JSON -- 3 edit modes: text mode & tree mode & table mode, 2-way binding -- 2 themes: light theme & dark theme -- Handle large JSON documents up to 512 MB -- Support all 7 primitive data types including `BigInt` and `Symbol` -- Vue 2.6/2.7/3 isomorphic -- Support SSR, Nuxt 2/3 isomorphic -- Support Vite, Vue CLI, webpack, CDN... -- Support microfrontends ([wujie](https://github.com/Tencent/wujie), [qiankun](https://github.com/umijs/qiankun), [single-spa](https://github.com/single-spa/single-spa)...) -- Local registration & configuration, or global registration & configuration (Powered by [vue-global-config](https://github.com/cloydlau/vue-global-config)) +- 🚀 Performant + - Handle large JSON documents up to 512 MB +- 💪 Powerful + - View, edit, format, validate, compact, sort, query, filter, transform, repair, highlight JSON + - 7 primitive data types including `BigInt` and `Symbol` are supported + - 3 edit modes: text mode & tree mode & table mode + - 2 themes: light theme & dark theme + - 2-way binding: [parsed or stringified JSON](#parsed-json-vs-stringified-json) +- 🤸 Flexible + - Vue 2.6/2.7/3 isomorphic + - Support SSR, Nuxt 2/3 isomorphic + - Support Vite, Vue CLI, webpack, CDN... + - Support microfrontends ([wujie](https://github.com/Tencent/wujie), [qiankun](https://github.com/umijs/qiankun), [single-spa](https://github.com/single-spa/single-spa)...) + - Local registration & configuration, or global registration & configuration (Powered by [vue-global-config](https://github.com/cloydlau/vue-global-config))
@@ -166,7 +176,7 @@ createApp() "vue": "https://cdn.jsdelivr.net/npm/vue/dist/vue.esm-browser.prod.js", "vue-demi": "https://cdn.jsdelivr.net/npm/vue-demi/lib/v3/index.mjs", "vanilla-jsoneditor": "https://cdn.jsdelivr.net/npm/vanilla-jsoneditor", - "json-editor-vue": "https://cdn.jsdelivr.net/npm/json-editor-vue@0.14/dist/json-editor-vue.mjs" + "json-editor-vue": "https://cdn.jsdelivr.net/npm/json-editor-vue@0.15/dist/json-editor-vue.mjs" } } @@ -210,7 +220,7 @@ createApp() - + @@ -331,7 +341,7 @@ Vue.use(JsonEditorVue, { - + @@ -471,7 +481,7 @@ Vue.use(JsonEditorVue, { - + @@ -208,7 +218,7 @@ createApp() - + @@ -329,7 +339,7 @@ Vue.use(JsonEditorVue, { - + @@ -469,7 +479,7 @@ Vue.use(JsonEditorVue, { - +