Files
Fabric.Desktop/README.md

29 lines
610 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Fabric.Desktop
Electron desktop shell for Fabric.Frontend.
## 功能(当前)
- BrowserWindow 基础配置(尺寸/最小尺寸/标题)
- Dev/Prod 加载策略dev server / 本地 offline.html
- 基础菜单与快捷键(刷新、开发者工具、退出)
- 安全基线:`contextIsolation` + `sandbox` + 禁止任意新窗口/导航
- `preload + IPC` 白名单:
- `fabric:config:get`
- `fabric:config:set`
- `fabric:notify`
## Dev
```bash
npm install
npm run start:dev
```
`start:dev` expects Frontend dev server at `http://localhost:5173`.
## Standalone
```bash
npm start
```