File tree Expand file tree Collapse file tree 2 files changed +30
-10
lines changed
Expand file tree Collapse file tree 2 files changed +30
-10
lines changed Original file line number Diff line number Diff line change @@ -260,16 +260,26 @@ type Mode = 'tree' | 'text'
260260
261261<br>
262262
263- ## Contributing
263+ ## Changelog
264264
265- 1. [Install Deno](https://deno.land/#installation)
265+ Detailed changes for each release are documented in the [release notes](https://github.com/cloydlau/json-editor-vue/releases).
266+
267+ <br>
268+
269+ ## Development
270+
271+ **PR welcome!**
272+
273+ 1. Install Deno
274+ - https://deno.land/#installation
275+ - https://x.deno.js.cn/#%E5%AE%89%E8%A3%85%E6%9C%80%E6%96%B0%E7%89%88
266276
2672772. ` npm add @cloydlau /scripts pnpm -g `
268278
2692793. Start
270280
271- - ` npm run dev3 `
272- - ` npm run dev2 .7 `
273- - ` npm run dev2 .6 `
281+ - ` pnpm dev3 `
282+ - ` pnpm dev2 .7 `
283+ - ` pnpm dev2 .6 `
274284
275285<br>
Original file line number Diff line number Diff line change @@ -260,16 +260,26 @@ type Mode = 'tree' | 'text'
260260
261261<br>
262262
263- ## Contributing
263+ ## 更新日志
264264
265- 1. [安装 Deno](https://x.deno.js.cn/#%E5%AE%89%E8%A3%85%E6%9C%80%E6%96%B0%E7%89%88)
265+ 各版本详细改动请参考 [release notes](https://github.com/cloydlau/json-editor-vue/releases) 。
266+
267+ <br>
268+
269+ ## 开发
270+
271+ **PR welcome!**
272+
273+ 1. 安装 Deno
274+ - https://deno.land/#installation
275+ - https://x.deno.js.cn/#%E5%AE%89%E8%A3%85%E6%9C%80%E6%96%B0%E7%89%88
266276
2672772. ` npm add @cloydlau /scripts pnpm -g `
268278
2692793. 启动
270280
271- - ` npm run dev3 `
272- - ` npm run dev2 .7 `
273- - ` npm run dev2 .6 `
281+ - ` pnpm dev3 `
282+ - ` pnpm dev2 .7 `
283+ - ` pnpm dev2 .6 `
274284
275285<br>
You can’t perform that action at this time.
0 commit comments