Skip to content

Commit 9b94798

Browse files
committed
chore: Add gitpod config.
1 parent 39c91d2 commit 9b94798

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.gitpod.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Split 面板分割
66
[![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)
77
[![npm version](https://img.shields.io/npm/v/@uiw/react-split.svg)](https://www.npmjs.com/package/@uiw/react-split)
88
[![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)
910

1011
可将一块内容,分割为可以拖拽调整宽度或高度的区域。
1112

0 commit comments

Comments
 (0)