liup a01a5aa773 | пре 3 недеља | |
---|---|---|
.. | ||
bin | пре 3 недеља | |
node_modules | пре 3 недеља | |
out | пре 3 недеља | |
LICENSE | пре 3 недеља | |
README.md | пре 3 недеља | |
package.json | пре 3 недеља |
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.