@calibur/skr-template
Advanced tools
Comparing version 0.1.2 to 0.1.4
{ | ||
"name": "@calibur/skr-template", | ||
"version": "0.1.2", | ||
"version": "0.1.4", | ||
"author": "falstack <icesilt@outlook.com>", | ||
"license": "MIT", | ||
"gitHead": "41f4621d56908fd91ddbb2e493cda81c6fbd7d2a" | ||
"gitHead": "bb5aff378012beac0bd5f9c009fd321178d24d97" | ||
} |
@@ -1,11 +0,1 @@ | ||
# Vue 3 + Typescript + Vite | ||
This template should help get you started developing with Vue 3 and Typescript in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more. | ||
## Recommended IDE Setup | ||
- [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar) | ||
## Type Support For `.vue` Imports in TS | ||
Since TypeScript cannot handle type information for `.vue` imports, they are shimmed to be a generic Vue component type by default. In most cases this is fine if you don't really care about component prop types outside of templates. However, if you wish to get actual prop types in `.vue` imports (for example to get props validation when using manual `h(...)` calls), you can enable Volar's `.vue` type support plugin by running `Volar: Switch TS Plugin on/off` from VSCode command palette. | ||
# Typescript Component |
# <%= name.paramCase %> | ||
--- | ||
## Guide | ||
@@ -6,0 +4,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
66689