liup a01a5aa773 | 3 tygodni temu | |
---|---|---|
.. | ||
bin | 3 tygodni temu | |
node_modules | 3 tygodni temu | |
out | 3 tygodni temu | |
LICENSE | 3 tygodni temu | |
README.md | 3 tygodni temu | |
package.json | 3 tygodni temu |
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:
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.