# vue-class-component

> ES201X/TypeScript class decorator for Vue components

Latest version **7.2.6** (published 2020-09-17) · MIT license · 0 weekly downloads

## Install

```sh
npm install vue-class-component
pnpm add vue-class-component
yarn add vue-class-component
bun add vue-class-component
```

## Health

**Score 40/100 (D)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 7.2.6 |
| Published | 2020-09-17 |
| First published | 2015-06-25 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 116.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 5753 |
| Author | Evan You |
| Maintainers | yyx990803, ktsn |
| Keywords | vue, class, babel, typescript |

## Links

- npm: https://www.npmjs.com/package/vue-class-component
- Repository: https://github.com/vuejs/vue-class-component
- Homepage: https://github.com/vuejs/vue-class-component#readme
- Issues: https://github.com/vuejs/vue-class-component/issues
- npm.io page: https://npm.io/package/vue-class-component

## Alternatives

- [@openai/codex-sdk](https://npm.io/package/@openai/codex-sdk.md) — 731.4K weekly downloads
- [babel-plugin-transform-react-jsx](https://npm.io/package/babel-plugin-transform-react-jsx.md) — 565.0K weekly downloads
- [babel-helper-remove-or-void](https://npm.io/package/babel-helper-remove-or-void.md) — 508.5K weekly downloads
- [@pnpm/store-controller-types](https://npm.io/package/@pnpm/store-controller-types.md) — 186.9K weekly downloads
- [react-native-signature-canvas](https://npm.io/package/react-native-signature-canvas.md) — 155.6K weekly downloads

## Recent versions

- 7.2.6 (latest) — 2020-09-17
- 8.0.0-rc.1 (next) — 2020-11-20
- 8.0.0-beta.4 — 2020-10-04
- 8.0.0-beta.3 — 2020-09-17
- 8.0.0-beta.2 — 2020-09-14
- 8.0.0-beta.1 — 2020-09-12
- 7.2.5 — 2020-07-23
- 7.2.4 — 2020-07-20
- 8.0.0-alpha.6 — 2020-05-20
- 8.0.0-alpha.5 — 2020-05-10
- 8.0.0-alpha.4 — 2020-05-06
- 8.0.0-alpha.3 — 2020-04-26
- 8.0.0-alpha.2 — 2020-04-12
- 8.0.0-alpha.1 — 2020-04-12
- 7.2.3 — 2020-02-13
- … 33 more at https://npm.io/package/vue-class-component/versions

## README

# Vue Class Component

ECMAScript / TypeScript decorator for class-style Vue components.

[![npm](https://img.shields.io/npm/v/vue-class-component.svg)](https://www.npmjs.com/package/vue-class-component) [![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/vuejs/vue-class-component) 

## Document

See [https://class-component.vuejs.org](https://class-component.vuejs.org)

## 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](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/)

## Issue reporting / pull requests

See [contribution guideline](./.github/CONTRIBUTING.md)

## License

[MIT](http://opensource.org/licenses/MIT)

---
_Source: https://npm.io/package/vue-class-component · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
