文件名称:vue-type-audit:支持Vue SFC(单个文件组件)的TypeScript错误检查器
文件大小:211KB
文件格式:ZIP
更新时间:2024-06-05 22:52:06
TypeScript
视听类型 支持Vue SFC(单个文件组件)的TypeScript错误检查器。 全球唯一的工具,可在Vue模板上对子组件的道具类型和事件处理程序类型进行类型检查。 App.vue < template> < div> < img xss=removed> < h1>Hello Vue 3! h1> < a xss=removed>Link a> < h2>Clicked {{ count . length }} times. h2> < HelloWorld> <!-- `HelloWorld` component requires a string prop!! --> < Counter> < Counter @ change = " handleChange
【文件预览】:
vue-type-audit-master
----.gitignore(33B)
----tsconfig.json(432B)
----README.md(12KB)
----bin()
--------audit.js(47B)
----.github()
--------workflows()
----test()
--------e2e()
----package.json(1KB)
----src()
--------sourcemap()
--------bin()
--------logger()
--------asset()
--------service.ts(2KB)
--------reporter()
--------helpers()
--------transformers()
--------index.ts(133B)
--------types()
--------ast()
--------languageService()
----jest.config.js(319B)
----example()
--------tsconfig.json(444B)
--------README.md(84B)
--------package.json(770B)
--------src()
--------index.html(105B)
--------webpack.config.js(2KB)
--------yarn.lock(188KB)
----LICENSE.txt(1KB)
----.npmignore(47B)
----jest.config.e2e.js(131B)
----yarn.lock(155KB)