Skip to content

Commit c4dc36e

Browse files
committed
docs: update contributors
1 parent 2ff063e commit c4dc36e

File tree

2 files changed

+22
-13
lines changed

2 files changed

+22
-13
lines changed

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,17 @@ Install with pnpm
4141
pnpm add vue-devui
4242
```
4343

44-
4544
Then import `DevUI` in the `main.ts` file:
4645

4746
```ts
48-
import { createApp } from 'vue'
49-
import App from './App.vue'
47+
import { createApp } from 'vue';
48+
import App from './App.vue';
5049

5150
// Import Vue DevUI component and style
52-
import DevUI from 'vue-devui'
53-
import 'vue-devui/style.css'
51+
import DevUI from 'vue-devui';
52+
import 'vue-devui/style.css';
5453

55-
createApp(App).use(DevUI).mount('#app')
54+
createApp(App).use(DevUI).mount('#app');
5655
```
5756

5857
Then you can use the vue devui component(such as `<d-button>`) in the `App.vue` file:
@@ -119,6 +118,7 @@ Maintainers are community members who have made outstanding contributions and ha
119118
- [brenner8023](https://github.com/brenner8023)
120119

121120
Outstanding contributions include, but are not limited to, the following:
121+
122122
- 10 or more PRs are merged
123123
- Put forward more than 10 review opinions approved by PR authors
124124
- Provide constructive optimization advice and promote the project to become better
@@ -220,6 +220,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
220220
<td align="center"><a href="https://github.com/Whbbit1999"><img src="https://avatars.githubusercontent.com/u/60510247?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Whbbit1999</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=Whbbit1999" title="Code">💻</a></td>
221221
<td align="center"><a href="https://github.com/zhaoShijuan"><img src="https://avatars.githubusercontent.com/u/31791365?v=4?s=100" width="100px;" alt=""/><br /><sub><b>zhaoShijuan</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=zhaoShijuan" title="Code">💻</a></td>
222222
<td align="center"><a href="https://github.com/XiaoRIGE"><img src="https://avatars.githubusercontent.com/u/33147011?v=4?s=100" width="100px;" alt=""/><br /><sub><b>XiaoRIGE</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=XiaoRIGE" title="Code">💻</a></td>
223+
<td align="center"><a href="https://github.com/xiaogonggong-w"><img src="https://avatars.githubusercontent.com/u/79799040?v=4" width="100px;" alt=""/><br /><sub><b>xiaogonggong-w</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=xiaogonggong-w" title="Code">💻</a></td>
224+
<td align="center"><a href="https://github.com/hqchqc"><img src="https://avatars.githubusercontent.com/u/51051157?v=4" width="100px;" alt=""/><br /><sub><b>hqchqc</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=hqchqc" title="Code">💻</a></td>
225+
<td align="center"><a href="https://github.com/Lucky-Ya-Q"><img src="https://avatars.githubusercontent.com/u/63504321?v=4" width="100px;" alt=""/><br /><sub><b>Lucky-Ya-Q</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=Lucky-Ya-Q" title="Code">💻</a></td>
223226
</tr>
224227
</tbody>
225228
</table>
@@ -233,7 +236,7 @@ This project follows the [all-contributors](https://github.com/all-contributors/
233236

234237
## Partner project
235238

236-
- [H5-Dooring - 让H5制作,更简单](http://h5.dooring.cn/)
239+
- [H5-Dooring - 让 H5 制作,更简单](http://h5.dooring.cn/)
237240
- [灯塔 - 公益性质的反霸凌团队](https://www.light-tower.top/)
238241

239242
## License

README.zh-CN.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ npm i vue-devui
3232
`main.ts`文件中引入`vue-devui`
3333

3434
```ts
35-
import { createApp } from 'vue'
36-
import App from './App.vue'
35+
import { createApp } from 'vue';
36+
import App from './App.vue';
3737

3838
// 引入 Vue DevUI 组件库及样式
39-
import DevUI from 'vue-devui'
40-
import 'vue-devui/style.css'
39+
import DevUI from 'vue-devui';
40+
import 'vue-devui/style.css';
4141

42-
createApp(App).use(DevUI).mount('#app')
42+
createApp(App).use(DevUI).mount('#app');
4343
```
4444

4545
### 3. 使用
@@ -74,6 +74,7 @@ pnpm scripts
7474
欢迎你参与到 Vue DevUI 项目的建设中来!🎉
7575

7676
通过参与 Vue DevUI 项目,我们可以一起:
77+
7778
- 🔥 学习最新的 `Vite`+`Vue3`+`TypeScript`+`JSX` 技术
7879
- 🎁 学习如何设计和开发组件
7980
- ⭐ 磨练编程技能,学习优秀的编程实践
@@ -107,6 +108,7 @@ pnpm scripts
107108
- [brenner8023](https://github.com/brenner8023)
108109

109110
杰出贡献包括但不仅限于以下行为:
111+
110112
- 合并 10 个以上 PR
111113
- 提出超过 10 条被 PR 作者认可的检视意见
112114
- 提供建设性的优化意见并推动项目变得更好
@@ -207,6 +209,10 @@ pnpm scripts
207209
<td align="center"><a href="https://github.com/hxj9102"><img src="https://avatars.githubusercontent.com/u/58357112?v=4?s=100" width="100px;" alt=""/><br /><sub><b>hxj9102</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=hxj9102" title="Code">💻</a></td>
208210
<td align="center"><a href="https://github.com/Whbbit1999"><img src="https://avatars.githubusercontent.com/u/60510247?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Whbbit1999</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=Whbbit1999" title="Code">💻</a></td>
209211
<td align="center"><a href="https://github.com/zhaoShijuan"><img src="https://avatars.githubusercontent.com/u/31791365?v=4?s=100" width="100px;" alt=""/><br /><sub><b>zhaoShijuan</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=zhaoShijuan" title="Code">💻</a></td>
212+
<td align="center"><a href="https://github.com/XiaoRIGE"><img src="https://avatars.githubusercontent.com/u/33147011?v=4?s=100" width="100px;" alt=""/><br /><sub><b>XiaoRIGE</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=XiaoRIGE" title="Code">💻</a></td>
213+
<td align="center"><a href="https://github.com/xiaogonggong-w"><img src="https://avatars.githubusercontent.com/u/79799040?v=4" width="100px;" alt=""/><br /><sub><b>xiaogonggong-w</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=xiaogonggong-w" title="Code">💻</a></td>
214+
<td align="center"><a href="https://github.com/hqchqc"><img src="https://avatars.githubusercontent.com/u/51051157?v=4" width="100px;" alt=""/><br /><sub><b>hqchqc</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=hqchqc" title="Code">💻</a></td>
215+
<td align="center"><a href="https://github.com/Lucky-Ya-Q"><img src="https://avatars.githubusercontent.com/u/63504321?v=4" width="100px;" alt=""/><br /><sub><b>Lucky-Ya-Q</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=Lucky-Ya-Q" title="Code">💻</a></td>
210216
</tr>
211217
</tbody>
212218
</table>
@@ -220,7 +226,7 @@ pnpm scripts
220226

221227
## 合作项目
222228

223-
- [H5-Dooring - 让H5制作,更简单](http://h5.dooring.cn/)
229+
- [H5-Dooring - 让 H5 制作,更简单](http://h5.dooring.cn/)
224230
- [灯塔 - 公益性质的反霸凌团队](https://www.light-tower.top/)
225231

226232
## 开源许可

0 commit comments

Comments
 (0)