Package Exports
- vue-facing-decorator
- vue-facing-decorator/dist/esm/index.js
- vue-facing-decorator/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vue-facing-decorator) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Read me
Designed for vue 3, do the same work like vue-class-component and vue-property-decorator.
- Community desired vue class component with typescript decorators.
- Safety. Transform ES class to vue option api according to specifications.
- Performance. Once transform on project loading, ready for everywhere.
- Support ES class inheritance, vue
extends
and vuemixins
.
Welcome to suggest and contribute.
支持vue 3, 提供类似vue-class-component 和 vue-property-decorator的功能。
- 通过TypeScript装饰器实现社区期望的vue类组件开发。
- 安全, 根据规范将ES类转换到vue option api。
- 高性能,仅在项目加载时转换一次。
- 支持ES类继承,vue
extends
和 vuemixins
。
欢迎提出建议,贡献代码。
Donate
Document
Discussion
To discord https://discord.gg/4exxtFgkcz
QQ群号 766350254
Recommend packages
recursive-free
Make your recursive-like functions leave stack overflow.
- Simulate function stack to void stack overflow in recursive-like functions.
- High performance implemented by JavaScript Map.
@facing/event-bus
Event bus JavaScript implementation