vue-vine-tsc
Version:
Command line typescript checker for Vue Vine
36 lines (22 loc) • 889 B
Markdown
# vue-vine-tsc
[中文文档](./README.zh-CN.md)
[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
Command line TypeScript checker for [Vue Vine](https://vue-vine.dev).
## Installation
```bash
npm install vue-vine-tsc
```
## Usage
Run type checking in your Vue Vine project:
```bash
vue-vine-tsc --noEmit
```
This tool works similar to `vue-tsc` but with support for Vue Vine components.
## License
MIT License © 2024-PRESENT [ShenQingchuan](https://github.com/shenqingchuan)
<!-- Badges -->
[npm-version-src]: https://img.shields.io/npm/v/vue-vine-tsc?style=flat&colorA=080f12&colorB=1fa669
[npm-version-href]: https://npmjs.com/package/vue-vine-tsc
[npm-downloads-src]: https://img.shields.io/npm/dm/vue-vine-tsc?style=flat&colorA=080f12&colorB=1fa669
[npm-downloads-href]: https://npmjs.com/package/vue-vine-tsc