prc b6c02717e6 Upload complete no-internet building environment. | 1 سال پیش | |
---|---|---|
.. | ||
bin | 1 سال پیش | |
out | 1 سال پیش | |
LICENSE | 1 سال پیش | |
README.md | 1 سال پیش | |
package.json | 1 سال پیش |
Install: npm i vue-tsc -D
Usage: vue-tsc --noEmit && vite build
Vue 3 command line Type-Checking tool base on IDE plugin Volar.
Roadmap:
--noEmit
typescript
as peerDependenciesprettyhtml
, prettier
etc.) (with vscode-vue-languageservice
version >= 0.26.4)Type check:
vue-tsc --noEmit
Build dts:
vue-tsc --declaration --emitDeclarationOnly
Check out https://github.com/vuejs/language-tools/discussions/640#discussioncomment-1555479 for example repo.