cvpilot-tool/apps/desktop
2024-09-12 15:52:05 +08:00
..
electron feat: mac orthanc配置和mpr接通 2024-09-12 12:55:37 +08:00
extraResources feat: windows dicom web config 2024-09-12 13:02:28 +08:00
public feat: build 外部exe 2024-09-10 16:26:54 +08:00
scripts feat: 右键传入地址 2024-09-03 16:40:09 +08:00
src feat: 添加mpr阅片模块 2024-09-12 15:52:05 +08:00
.eslintrc.cjs first commit 2024-08-29 16:59:25 +08:00
components.json first commit 2024-08-29 16:59:25 +08:00
electron-builder.json5 feat: build 外部exe 2024-09-10 16:26:54 +08:00
index.html feat: dicom文件hash去重 & 渲染进度 2024-08-31 02:18:35 +08:00
kernel.errors.txt feat: 拉通python.exe 2024-09-05 15:28:22 +08:00
package.json feat: 添加mpr阅片模块 2024-09-12 15:52:05 +08:00
postcss.config.js first commit 2024-08-29 16:59:25 +08:00
README.md first commit 2024-08-29 16:59:25 +08:00
tailwind.config.js first commit 2024-08-29 16:59:25 +08:00
tsconfig.json feat: 上传dicom 2024-09-11 12:58:50 +08:00
tsconfig.node.json feat: build with nsis 2024-09-03 15:28:30 +08:00
vite.config.ts feat: mac orthanc配置和mpr接通 2024-09-12 12:55:37 +08:00

React + TypeScript + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Expanding the ESLint configuration

If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:

  • Configure the top-level parserOptions property like this:
export default {
  // other rules...
  parserOptions: {
    ecmaVersion: 'latest',
    sourceType: 'module',
    project: ['./tsconfig.json', './tsconfig.node.json'],
    tsconfigRootDir: __dirname,
  },
}
  • Replace plugin:@typescript-eslint/recommended to plugin:@typescript-eslint/recommended-type-checked or plugin:@typescript-eslint/strict-type-checked
  • Optionally add plugin:@typescript-eslint/stylistic-type-checked
  • Install eslint-plugin-react and add plugin:react/recommended & plugin:react/jsx-runtime to the extends list