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

|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||

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