Compare commits
2 Commits
Author | SHA1 | Date |
---|---|---|
|
50f6bed3d4 | |
|
5979578985 |
15
README.md
15
README.md
|
@ -1,6 +1,6 @@
|
|||
# AgvVision-Web | 工业级数据大屏解决方案
|
||||
# Central-Monitor-Flex | 数据大屏解决方案
|
||||
|
||||
   
|
||||
   
|
||||
|
||||
**企业级数据可视化大屏,支持动态轮询、自动适配、高保真UI还原**
|
||||
|
||||
|
@ -91,7 +91,16 @@ meta: {
|
|||
| ------------------------------------------------------------ | ---------------------------------------------- |
|
||||
|  |  |
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
## 🚀 快速启动
|
||||
|
||||
```bash
|
||||
# 开发模式(autofit适配)
|
||||
npm run dev
|
||||
|
@ -110,5 +119,3 @@ VITE_POST_CSS_PX_TO_VIEWPORT8_PLUGIN=true npm run build
|
|||
- **轮询防抖**:避免频繁请求导致内存泄漏
|
||||
- **ECharts实例池**:复用图表DOM节点
|
||||
|
||||
## 📜 开源协议
|
||||
MIT License
|
Binary file not shown.
After Width: | Height: | Size: 628 KiB |
Binary file not shown.
After Width: | Height: | Size: 802 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.2 MiB |
Binary file not shown.
After Width: | Height: | Size: 399 KiB |
Binary file not shown.
After Width: | Height: | Size: 804 KiB |
28
package.json
28
package.json
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "central-monitor",
|
||||
"name": "central-monitor-flex",
|
||||
"private": true,
|
||||
"version": "1.0.0",
|
||||
"version": "0.0.2",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
@ -13,6 +13,28 @@
|
|||
"lint:stylelint": "stylelint --cache --fix \"**/*.{html,vue,css,scss}\" --cache-location node_modules/.cache/stylelint/",
|
||||
"lint": "pnpm lint:eslint && pnpm lint:prettier && pnpm lint:stylelint"
|
||||
},
|
||||
"keywords": [
|
||||
"central-monitor-flex",
|
||||
"uno.css",
|
||||
"typescript",
|
||||
"pinia",
|
||||
"vue3",
|
||||
"vite",
|
||||
"esm"
|
||||
],
|
||||
"homepage": "https://github.com/BunnyMaster",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/BunnyMaster/central-monitor-flex.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/BunnyMaster/central-monitor-flex/issues"
|
||||
},
|
||||
"author": {
|
||||
"name": "BunnyMaster",
|
||||
"email": "1319900154@qq.com",
|
||||
"url": "https://github.com/BunnyMaster"
|
||||
},
|
||||
"dependencies": {
|
||||
"@eslint/js": "^9.21.0",
|
||||
"@parcel/watcher": "^2.5.1",
|
||||
|
@ -109,4 +131,4 @@
|
|||
"esbuild",
|
||||
"vue-demi"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue