GitXplorerGitXplorer
v

vue-class-component

public
5804 stars
432 forks
101 issues

Commits

List of commits on branch master.
Verified
b866fde8ba1ef8cf29fa44f26d19b3167ecae1dd

docs: Add vue-class-migrator reference (#638)

vvictorcuena committed a year ago
Unverified
54545a08f160ae32ffa80fc35b4efa7fdd5bdc55

docs: add deprecation notice

yyyx990803 committed 2 years ago
Verified
792d8739d66095cdef2512edbbf230631fab3e2b

Deprecate this and recommend Vue Facing Decorator (#633)

llmiller1990 committed 2 years ago
Verified
16433462b40aefecc030919623f17b0ec9afe61c

add note for missing v8 docs (#497)

mmirupal committed 4 years ago
Verified
866170cce547b5b0315b00894e3941cfbf2e987d

build(deps): bump dot-prop from 4.2.0 to 4.2.1 (#493)

ddependabot[bot] committed 4 years ago
Verified
8219cc8a37111873c9ac60562c7b09fb7f0dfcf4

build(deps): bump ini from 1.3.5 to 1.3.7 (#492)

ddependabot[bot] committed 4 years ago

README

The README file for this repository.

[DEPRECATED] Vue Class Component

⚠️ Notice

This library is no longer actively maintained. It is no longer recommend to use Class-based components in Vue 3. The recommended way to use Vue 3 in large applications is Single-File Components, Composition API, and <script setup>. If you still want to use classes, check out the community-maintained project vue-facing-decorator.

Additionally, if you're interested in migrating out of class components, you might find the CLI tool vue-class-migrator helpful for the transition.


ECMAScript / TypeScript decorator for class-style Vue components.

npm Gitpod Ready-to-Code

Document

See https://class-component.vuejs.org

Please note, documentation for v8 is not ready yet. Check out the readme in the respective branch or see v8 proposals in the issue list

Online one-click setup for contributing

Contribute to Vue Class Component using a fully featured online development environment that will automatically: clone the repo, install the dependencies and start the docs web server and run yarn dev.

Open in Gitpod

Issue reporting / pull requests

See contribution guideline

License

MIT