claudec3
This commit is contained in:
17
webui/node_modules/vue-tsc/README.md
generated
vendored
Normal file
17
webui/node_modules/vue-tsc/README.md
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
# vue-tsc
|
||||
|
||||
Vue 3 command line Type-Checking tool.
|
||||
|
||||
## Usage
|
||||
|
||||
Type check:
|
||||
|
||||
`vue-tsc --noEmit`
|
||||
|
||||
Build dts:
|
||||
|
||||
`vue-tsc --declaration --emitDeclarationOnly`
|
||||
|
||||
Check out [vue-tsc-component-library-example](https://www.npmjs.com/package/@3nuc/vue-tsc-component-library-example?activeTab=code)
|
||||
([Repo Archive](https://web.archive.org/web/20220315023520/https://github.com/sethidden/vue-tsc-component-library-example))
|
||||
for the example repo.
|
||||
Reference in New Issue
Block a user