TIANYONG 7f4831c48c build | 20 ساعت پیش | |
---|---|---|
.vscode | 1 سال پیش | |
dist | 20 ساعت پیش | |
osmd-extended @ a9750e2d69 | 2 روز پیش | |
public | 4 ماه پیش | |
src | 20 ساعت پیش | |
.gitignore | 4 ماه پیش | |
.gitmodules | 2 ماه پیش | |
README.md | 1 سال پیش | |
colexiu-report.html | 7 ماه پیش | |
colexiu.html | 1 سال پیش | |
components.d.ts | 1 سال پیش | |
image2code.js | 1 سال پیش | |
index.html | 7 ماه پیش | |
instrument.html | 4 ماه پیش | |
orchestra.html | 7 ماه پیش | |
package-lock.json | 5 ماه پیش | |
package.json | 5 ماه پیش | |
report-share.html | 7 ماه پیش | |
stats.html | 20 ساعت پیش | |
tsconfig.json | 1 سال پیش | |
tsconfig.node.json | 1 سال پیش | |
vite.config.ts | 2 ماه پیش | |
yarn.lock | 5 ماه پیش |
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 to learn more.
.vue
Imports in TSTypeScript cannot handle type information for .vue
imports by default, so we replace the tsc
CLI with vue-tsc
for type checking. In editors, we need TypeScript Vue Plugin (Volar) to make the TypeScript language service aware of .vue
types.
If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a Take Over Mode that is more performant. You can enable it by the following steps:
Extensions: Show Built-in Extensions
from VSCode's command paletteTypeScript and JavaScript Language Features
, right click and select Disable (Workspace)
Developer: Reload Window
from the command palette.