We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ec154a commit 1712d31Copy full SHA for 1712d31
.gitpod.yml
@@ -1,5 +1,9 @@
1
tasks:
2
- - init: yarn bootstrap
+ - name: dependencies
3
+ init: |
4
+ yarn global add lerna
5
+ yarn bootstrap
6
+ - name: dev server
7
command: yarn start
8
9
ports:
README.md
@@ -68,7 +68,7 @@ $ yarn
68
$ yarn start
69
```
70
71
-会自动打开浏览器 - [http://localhost:12345](http://localhost:12345)
+打开浏览器 - [http://localhost:12345](http://localhost:12345)
72
更多贡献详情见[官网文档](https://innocces.github.io/taro-hooks)
73
74
## 交流讨论
0 commit comments