Skip to content

Commit 0ab67f7

Browse files
committed
docs: modify feature description
1 parent 5ae5c61 commit 0ab67f7

File tree

2 files changed

+28
-22
lines changed

2 files changed

+28
-22
lines changed

README.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,20 @@
3333

3434
## Features
3535

36-
- View, edit, format, validate, compact, sort, query, filter, transform, repair, highlight JSON
37-
- 3 edit modes: text mode & tree mode & table mode
38-
- 2 themes: light theme & dark theme
39-
- 2-way binding: [parsed or stringified JSON](#parsed-json-vs-stringified-json)
40-
- Handle large JSON documents up to 512 MB
41-
- Support all 7 primitive data types including `BigInt` and `Symbol`
42-
- Vue 2.6/2.7/3 isomorphic
43-
- Support SSR, Nuxt 2/3 isomorphic
44-
- Support Vite, Vue CLI, webpack, CDN...
45-
- Support microfrontends ([wujie](https://github.com/Tencent/wujie), [qiankun](https://github.com/umijs/qiankun), [single-spa](https://github.com/single-spa/single-spa)...)
46-
- Local registration & configuration, or global registration & configuration (Powered by [vue-global-config](https://github.com/cloydlau/vue-global-config))
36+
- Performant
37+
- Handle large JSON documents up to 512 MB
38+
- Powerful
39+
- View, edit, format, validate, compact, sort, query, filter, transform, repair, highlight JSON
40+
- 7 primitive data types including `BigInt` and `Symbol` are supported
41+
- 3 edit modes: text mode & tree mode & table mode
42+
- 2 themes: light theme & dark theme
43+
- 2-way binding: [parsed or stringified JSON](#parsed-json-vs-stringified-json)
44+
- Flexible
45+
- Vue 2.6/2.7/3 isomorphic
46+
- Support SSR, Nuxt 2/3 isomorphic
47+
- Support Vite, Vue CLI, webpack, CDN...
48+
- Support microfrontends ([wujie](https://github.com/Tencent/wujie), [qiankun](https://github.com/umijs/qiankun), [single-spa](https://github.com/single-spa/single-spa)...)
49+
- Local registration & configuration, or global registration & configuration (Powered by [vue-global-config](https://github.com/cloydlau/vue-global-config))
4750

4851
<br>
4952

docs/README.zh-CN.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,20 @@
3333

3434
## 特性
3535

36-
- 预览、编辑、格式化、校验、压缩、排序、查询、过滤、转换、修复、高亮 JSON
37-
- 3 种编辑模式:文本模式 & 树形模式 & 表格模式
38-
- 2 种主题:浅色主题 & 深色主题
39-
- 双向绑定:[parsed 或 stringified JSON](#parsed-json-vs-stringified-json)
40-
- 支持高达 512 MB 的大型 JSON 文档
41-
- 支持全部 7 种原始数据类型包括 `BigInt` and `Symbol`
42-
- Vue 2.6/2.7/3 一体通用
43-
- 支持 SSR,Nuxt 2/3 一体通用
44-
- 支持 Vite,Vue CLI,webpack,CDN...
45-
- 支持微前端 ([wujie](https://github.com/Tencent/wujie)[qiankun](https://github.com/umijs/qiankun)[single-spa](https://github.com/single-spa/single-spa)...)
46-
- 局部注册并传参,或全局注册并传参 ([vue-global-config](https://github.com/cloydlau/vue-global-config) 提供技术支持)
36+
- 高性能
37+
- 支持高达 512 MB 的大型 JSON 文档
38+
- 强力
39+
- 预览、编辑、格式化、校验、压缩、排序、查询、过滤、转换、修复、高亮 JSON
40+
- 7 种原始数据类型包括 `BigInt` and `Symbol` 全部支持
41+
- 3 种编辑模式:文本模式 & 树形模式 & 表格模式
42+
- 2 种主题:浅色主题 & 深色主题
43+
- 双向绑定:[parsed 或 stringified JSON](#parsed-json-vs-stringified-json)
44+
- 灵活
45+
- Vue 2.6/2.7/3 一体通用
46+
- 支持 SSR,Nuxt 2/3 一体通用
47+
- 支持 Vite,Vue CLI,webpack,CDN...
48+
- 支持微前端 ([wujie](https://github.com/Tencent/wujie)[qiankun](https://github.com/umijs/qiankun)[single-spa](https://github.com/single-spa/single-spa)...)
49+
- 局部注册并传参,或全局注册并传参 ([vue-global-config](https://github.com/cloydlau/vue-global-config) 提供技术支持)
4750

4851
<br>
4952

0 commit comments

Comments
 (0)