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.
 
 
 
 
 
 
DESKTOP-G961P6V\Zhh ce4b8d120e 22 1 month ago
.vscode 1 1 month ago
Net.Framework 1 1 month ago
config 1 1 month ago
electron 1 1 month ago
extensions 1 1 month ago
public 1 1 month ago
src 1 1 month ago
部署配置 1 1 month ago
.eslintrc.js 1 1 month ago
.gitignore 1 1 month ago
README.md 1 1 month ago
electron-builder.json 1 1 month ago
index.html 1 1 month ago
package-lock.json 1 1 month ago
package.json 1 1 month ago
tsconfig.json 1 1 month ago
tsconfig.node.json 1 1 month ago
vite.config.electron.ts 1 1 month ago
vite.config.ts 1 1 month ago
格尔木-体检.txt 1 1 month 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.

关于报表控件FastReport的说明

由于可能需要在报表模板中做二次开发(如在报表中需要固定行数),导致运行时动态库位置不一致。会出现找不到dll动态库的情况,若更换dll版本,除了extensions/fastReport这个目录需要替换之外,还需要在node_modules\electron\dist目录中做替换;若替换的dll动态库多余原来的dll文件个数,则需要在package.json中extraResources节点添加相关dll。