Skip to content

Commit dfd7ccd

Browse files
committed
readme
1 parent 3b6e4ca commit dfd7ccd

File tree

1 file changed

+2
-46
lines changed

1 file changed

+2
-46
lines changed

readme.md

Lines changed: 2 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -15,62 +15,18 @@ Welcome to suggest and contribute.
1515

1616
-----------------
1717

18-
支持vue 3, 提供类似[vue-class-component](https://github.com/vuejs/vue-class-component)[vue-property-decorator](https://github.com/kaorun343/vue-property-decorator)的功能。
19-
20-
* 通过TypeScript装饰器实现社区期望的vue类组件开发。
21-
* 安全, 根据规范将ES类转换到vue option api。
22-
* 高性能,仅在项目加载时转换一次。
23-
* 支持ES类继承,vue `extends` 和 vue `mixins`
24-
25-
欢迎提出建议,贡献代码。
26-
27-
-----------------
28-
29-
Designado para funcionar junto ao vue 3. Escreva componentes vue utilizando classes.
30-
Faz o mesmo trabalho que [vue-class-component](https://github.com/vuejs/vue-class-component) e [vue-property-decorator](https://github.com/kaorun343/vue-property-decorator).
31-
32-
* Desejado pela comunidade. Componentes escritos com classes e Typescript decorators.
33-
* Seguro. Transforme ES classes para vue options API de acordo com a especificação.
34-
* Performático. Uma vez adicionado no carregamento do projeto, está pronto para uso em todo o projeto.
35-
* Suporte a heranças de classes, vue `extends` e vue `mixins`.
36-
* [Recomendação Oficial](https://class-component.vuejs.org)
37-
38-
Sugestões e contribuições são bem-vindas !
39-
40-
-----------------
41-
4218
# Donate
4319

44-
[DONATE 捐献](https://facing-dev.github.io/vue-facing-decorator/donate/donate.html)
20+
[DONATE](https://facing-dev.github.io/vue-facing-decorator/donate/donate.html)
4521

4622
# Document
4723

4824
[To document](https://facing-dev.github.io/vue-facing-decorator/#/)
4925

50-
[中文文档](https://facing-dev.github.io/vue-facing-decorator/#/zh-cn/readme)
51-
52-
[Documentação](https://facing-dev.github.io/vue-facing-decorator/#/pt-br/readme)
26+
Document languages: English, 简体中文, Portuguese
5327

5428
# Discussion
5529

5630
To discord [https://discord.gg/4exxtFgkcz](https://discord.gg/4exxtFgkcz)
5731

5832
QQ群号 766350254
59-
60-
# Recommend packages
61-
62-
## recursive-free
63-
64-
> [Github](https://github.com/facing-dev/recursive-free)
65-
66-
> Make your recursive-like functions leave stack overflow.
67-
68-
* Simulate function stack to void stack overflow in recursive-like functions.
69-
* High performance implemented by JavaScript Map.
70-
71-
72-
### @facing/event-bus
73-
74-
> [Github](https://github.com/facing-dev/event-bus)
75-
76-
> Event bus JavaScript implementation

0 commit comments

Comments
 (0)