vue-facing-decorator
is designed for vue 3 to write vue components in classes.
Works on TypeScript and decorator.
- Community desired vue class component with typescript decorators.
- Compatible with both stage3 and stage2 decorators.
- Compatible with both TypeScript and JavaScript projects.
- Safety. Transform es class to vue options api according to specifications.
- Performance. Once transform on project loading, ready for everywhere.
- Support ES class inherit, vue
extends
and vuemixins
. - Official recommended
If you like deprecated vue-class-component and deprecated vue-property-decorator, try this!
Suggestion and contribution welcome.
To discord https://discord.gg/4exxtFgkcz
If you would like to help us to improve document translations, follow the steps:
- **Fork and clone this repo
- cd repo/docs
- npm install -g http-server
- http-server
Then you could access the document from the url which shown in your terminal. Change the files in directory en
and PR.
Thank you very much:)