You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
黄海 1113443b31
'commit'
7 months ago
..
config 'commit' 7 months ago
dist 'commit' 7 months ago
flushbonading commit 7 months ago
node commit 7 months ago
node_modules commit 7 months ago
public 'commit' 7 months ago
src 'commit' 7 months ago
target commit 7 months ago
types 'commit' 7 months ago
.editorconfig 'commit' 7 months ago
.env.base 'commit' 7 months ago
.env.desktop 'commit' 7 months ago
.env.dev 'commit' 7 months ago
.env.distributed 'commit' 7 months ago
.eslintignore 'commit' 7 months ago
.eslintrc.js 'commit' 7 months ago
.flattened-pom.xml commit 7 months ago
.gitkeep 'commit' 7 months ago
.npmrc 'commit' 7 months ago
.prettierignore 'commit' 7 months ago
README.md 'commit' 7 months ago
auto-imports.d.ts 'commit' 7 months ago
components.d.ts commit 7 months ago
index.html 'commit' 7 months ago
mobile.html 'commit' 7 months ago
package-lock.json commit 7 months ago
package.json 'commit' 7 months ago
panel.html 'commit' 7 months ago
pom.xml 'commit' 7 months ago
postcss.config.js 'commit' 7 months ago
prettier.config.js 'commit' 7 months ago
stylelint.config.js 'commit' 7 months ago
tsconfig.json 'commit' 7 months ago
vite.config.ts 'commit' 7 months ago

README.md

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 to learn more.

Type Support For .vue Imports in TS

TypeScript 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:

  1. Disable the built-in TypeScript Extension
    1. Run Extensions: Show Built-in Extensions from VSCode's command palette
    2. Find TypeScript and JavaScript Language Features, right click and select Disable (Workspace)
  2. Reload the VSCode window by running Developer: Reload Window from the command palette.