端口号以及微信的改动 (#171)

This commit is contained in:
heygsc 2023-04-23 09:42:46 +08:00 committed by GitHub
parent db72cd4fc9
commit 9932230319
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 7 deletions

View File

@ -2,4 +2,4 @@ blank_issues_enabled: true
contact_links:
- name: Questions or need help
url: https://github.com/opentiny/ui-vue/discussions
about: Add this WeChat(opentiny), we will invite you to the WeChat discussion group later.
about: Add this WeChat(opentiny-official), we will invite you to the WeChat discussion group later.

View File

@ -43,7 +43,7 @@ Local startup steps:
- Associated with the upstream repository to facilitate the synchronization of the latest code of the upstream repository.
- Run `pnpm i` under the TinyVue root directory to install node dependencies.
- Run `pnpm dev` to launch the component library website.
- Open the browser to visit: [http://127.0.0.1:6175/](http://127.0.0.1:6175/)
- Open the browser to visit: [http://127.0.0.1:7130/](http://127.0.0.1:7130/)
```shell
# You need to replace username with your own user name
@ -65,7 +65,7 @@ pnpm dev:vue2
To submit a PR:
- 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.
- 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.
- Synchronize upstream repository dev branch latest code: `git pull upstream dev`.
- 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`.
- Local coding.

View File

@ -43,7 +43,7 @@
- 关联上游仓库,方便同步上游仓库最新代码
- 在 Tiny Vue 根目录下运行 `pnpm i`, 安装 node 依赖
- 运行 `pnpm dev`,启动组件库网站
- 打开浏览器访问:[http://127.0.0.1:6175/](http://127.0.0.1:6175/)
- 打开浏览器访问:[http://127.0.0.1:7130/](http://127.0.0.1:7130/)
```shell
# username 为用户名,执行前请替换
@ -65,7 +65,7 @@ pnpm dev:vue2
提交 PR 的步骤:
- 请确保你已经完成本地启动中的步骤,并能正常访问:[http://127.0.0.1:6175/](http://127.0.0.1:6175/)
- 请确保你已经完成本地启动中的步骤,并能正常访问:[http://127.0.0.1:7130/](http://127.0.0.1:7130/)
- 同步上游仓库 dev 分支最新代码git pull upstream dev
- 从上游仓库 dev 分支创建新分支 `git checkout -b username/feature1 upstream/dev`,分支名字建议为 `username/feat-xxx` / `username/fix-xxx`
- 本地编码

View File

@ -62,7 +62,7 @@ pnpm dev
pnpm dev:vue2
```
Open your browser and visit: [http://127.0.0.1:6175/](http://127.0.0.1:6175/)
Open your browser and visit: [http://127.0.0.1:7130/](http://127.0.0.1:7130/)
## 🤝 Contributing

View File

@ -62,7 +62,7 @@ pnpm dev
pnpm dev:vue2
```
打开浏览器访问:[http://127.0.0.1:6175/](http://127.0.0.1:6175/)
打开浏览器访问:[http://127.0.0.1:7130/](http://127.0.0.1:7130/)
## 🤝 参与贡献