From ff2d01588d4e69d3bf1ad856e8e225b7f6a3c0f2 Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期一, 26 八月 2024 11:01:48 +0800 Subject: [PATCH] 1、基本实现电子说明书页面布局及功能 2、基本实现语言大模型页面与后端数据联动 --- package.json | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8f214c7..a86af44 100644 --- a/package.json +++ b/package.json @@ -55,13 +55,15 @@ "@vue/cli-service": "^3.3.0", "@vue/eslint-config-standard": "^4.0.0", "babel-eslint": "7.2.3", + "compression-webpack-plugin": "^3.1.0", "eslint": "^5.16.0", "eslint-plugin-vue": "^5.1.0", + "html-webpack-plugin": "^4.2.0", "less": "^3.9.0", "less-loader": "^4.1.0", - "vue-template-compiler": "^2.6.10", - "html-webpack-plugin": "^4.2.0", - "compression-webpack-plugin": "^3.1.0" + "mini-css-extract-plugin": "^2.9.0", + "postcss-px-to-viewport": "^1.1.1", + "vue-template-compiler": "^2.6.10" }, "eslintConfig": { "root": true, -- Gitblit v1.9.3