File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change
1
+ ports :
2
+ - port : 3000
3
+ onOpen : open-preview
4
+ tasks :
5
+ - init : npm install
6
+ command : npm run hoist && npm run build && npm run start
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ Split 面板分割
6
6
[ ![ Open in unpkg] ( https://img.shields.io/badge/Open%20in-unpkg-blue )] ( https://uiwjs.github.io/npm-unpkg/#/pkg/@uiw/react-split/file/README.md )
7
7
[ ![ npm version] ( https://img.shields.io/npm/v/@uiw/react-split.svg )] ( https://www.npmjs.com/package/@uiw/react-split )
8
8
[ ![ Coverage Status] ( https://uiwjs.github.io/react-split/badges.svg )] ( https://uiwjs.github.io/react-split/coverage/lcov-report/ )
9
+ [ ![ Open in Gitpod] ( https://shields.io/badge/Open%20in-Gitpod-green?logo=Gitpod )] ( https://gitpod.io/#https://github.com/uiwjs/react-layout )
9
10
10
11
可将一块内容,分割为可以拖拽调整宽度或高度的区域。
11
12
You can’t perform that action at this time.
0 commit comments