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 vue mixins
.
Welcome to suggest and contribute.
Document
To document
Discussion
To discord https://discord.gg/4exxtFgkcz
!!!HELP!!!
Due to my poor english skils.😂 I wish someone can help me to improve the english document. If you want to do this, follow the steps to serve document local:
- **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:)