Skip to content

Files

Latest commit

 

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Information

GitHub npm npm peer dependency version (scoped) lts

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 vue mixins.
  • Official recommended

If you like deprecated vue-class-component and deprecated vue-property-decorator, try this!

Suggestion and contribution welcome.

Get started >

Discussion

To discord https://discord.gg/4exxtFgkcz

Document translations wanted

If you would like to help us to improve document translations, follow the steps:

  1. **Fork and clone this repo
  2. cd repo/docs
  3. npm install -g http-server
  4. 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:)