/vue-facing-decorator

Vue typescript class component decorators

Primary LanguageTypeScriptMIT LicenseMIT

Read me

GitHub npm npm peer dependency version (scoped)

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

!!!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:

  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:)