File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ blank_issues_enabled: true
2
2
contact_links :
3
3
- name : Questions or need help
4
4
url : https://github.com/opentiny/ui-vue/discussions
5
- about : Add this WeChat(opentiny), we will invite you to the WeChat discussion group later.
5
+ about : Add this WeChat(opentiny-official ), we will invite you to the WeChat discussion group later.
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ Local startup steps:
43
43
- Associated with the upstream repository to facilitate the synchronization of the latest code of the upstream repository.
44
44
- Run ` pnpm i ` under the TinyVue root directory to install node dependencies.
45
45
- Run ` pnpm dev ` to launch the component library website.
46
- - Open the browser to visit: [ http://127.0.0.1:6175 / ] ( http://127.0.0.1:6175 / )
46
+ - Open the browser to visit: [ http://127.0.0.1:7130 / ] ( http://127.0.0.1:7130 / )
47
47
48
48
``` shell
49
49
# You need to replace username with your own user name
@@ -65,7 +65,7 @@ pnpm dev:vue2
65
65
66
66
To submit a PR:
67
67
68
- - Make sure that you have completed the steps in local startup and can visit [ http://127.0.0.1:6175 / ] ( http://127.0.0.1:6175 / ) normally.
68
+ - Make sure that you have completed the steps in local startup and can visit [ http://127.0.0.1:7130 / ] ( http://127.0.0.1:7130 / ) normally.
69
69
- Synchronize upstream repository dev branch latest code: ` git pull upstream dev ` .
70
70
- Create a new branch ` git checkout-b username/feature1 upstream/ dev ` from the upstream repository dev branch. The name of the branch should be ` username/feat- xxx ` / ` username/fix- xxx ` .
71
71
- Local coding.
Original file line number Diff line number Diff line change 43
43
- 关联上游仓库,方便同步上游仓库最新代码
44
44
- 在 Tiny Vue 根目录下运行 ` pnpm i ` , 安装 node 依赖
45
45
- 运行 ` pnpm dev ` ,启动组件库网站
46
- - 打开浏览器访问:[ http://127.0.0.1:6175 / ] ( http://127.0.0.1:6175 / )
46
+ - 打开浏览器访问:[ http://127.0.0.1:7130 / ] ( http://127.0.0.1:7130 / )
47
47
48
48
``` shell
49
49
# username 为用户名,执行前请替换
@@ -65,7 +65,7 @@ pnpm dev:vue2
65
65
66
66
提交 PR 的步骤:
67
67
68
- - 请确保你已经完成本地启动中的步骤,并能正常访问:[ http://127.0.0.1:6175 / ] ( http://127.0.0.1:6175 / )
68
+ - 请确保你已经完成本地启动中的步骤,并能正常访问:[ http://127.0.0.1:7130 / ] ( http://127.0.0.1:7130 / )
69
69
- 同步上游仓库 dev 分支最新代码:git pull upstream dev
70
70
- 从上游仓库 dev 分支创建新分支 ` git checkout -b username/feature1 upstream/dev ` ,分支名字建议为 ` username/feat-xxx ` / ` username/fix-xxx `
71
71
- 本地编码
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ pnpm dev
62
62
pnpm dev:vue2
63
63
```
64
64
65
- Open your browser and visit: [ http://127.0.0.1:6175 / ] ( http://127.0.0.1:6175 / )
65
+ Open your browser and visit: [ http://127.0.0.1:7130 / ] ( http://127.0.0.1:7130 / )
66
66
67
67
## 🤝 Contributing
68
68
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ pnpm dev
62
62
pnpm dev:vue2
63
63
```
64
64
65
- 打开浏览器访问:[ http://127.0.0.1:6175 / ] ( http://127.0.0.1:6175 / )
65
+ 打开浏览器访问:[ http://127.0.0.1:7130 / ] ( http://127.0.0.1:7130 / )
66
66
67
67
## 🤝 参与贡献
68
68
You can’t perform that action at this time.
0 commit comments