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.

21 lines
2.0 KiB

1 month ago
  1. # Vue 3 + TypeScript + Vite
  2. 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.
  3. ## Recommended IDE Setup
  4. - [VS Code](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
  5. ## Type Support For `.vue` Imports in TS
  6. 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)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin) to make the TypeScript language service aware of `.vue` types.
  7. If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a [Take Over Mode](https://github.com/johnsoncodehk/volar/discussions/471#discussioncomment-1361669) that is more performant. You can enable it by the following steps:
  8. 1. Disable the built-in TypeScript Extension
  9. 1. Run `Extensions: Show Built-in Extensions` from VSCode's command palette
  10. 2. Find `TypeScript and JavaScript Language Features`, right click and select `Disable (Workspace)`
  11. 2. Reload the VSCode window by running `Developer: Reload Window` from the command palette.
  12. # 关于报表控件FastReport的说明
  13. 由于可能需要在报表模板中做二次开发(如在报表中需要固定行数),导致运行时动态库位置不一致。会出现找不到dll动态库的情况,若更换dll版本,除了extensions/fastReport这个目录需要替换之外,还需要在node_modules\electron\dist目录中做替换;若替换的dll动态库多余原来的dll文件个数,则需要在package.json中extraResources节点添加相关dll。