- Django后端API服务 - Vue前端界面 - 集成王璞智能分析API - 任务管理和报告生成功能 - Element Plus UI组件 - 响应式布局设计 |
||
|---|---|---|
| .. | ||
| bin | ||
| out | ||
| LICENSE | ||
| README.md | ||
| package.json | ||
README.md
vue-tsc
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-Checking with
--noEmit - Use released LSP module
- Make
typescriptas peerDependencies - Cleaner dependencies (remove
prettyhtml,prettieretc.) (withvscode-vue-languageserviceversion >= 0.26.4) - dts emit support
- Watch mode support
Usage
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.