From 3064d326928f662b47e1bebd799655bd3775d621 Mon Sep 17 00:00:00 2001 From: monjack <1634326194@qq.com> Date: Fri, 20 Jun 2025 21:59:25 +0800 Subject: [PATCH] modify README.md --- README.md | 51 ++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 50 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 72f0d89e..3b10f931 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ +**使用本工程前请务必配置好相应开发环境,本指南不包含不限于JDK、Springboot等及其开发工具的配置与安装** + 另见:[README_opreate](README_operate.md) 网页链接:[125.64.9.222:8022](http://125.64.9.222:8022/stuff/exam_operate/exam_operate_1.html) ### 1️⃣vue工程: @@ -20,7 +22,54 @@ 运行成功如下: -![](./doc/images/vue运行成功.png) +```shell +(base) PS C:\Users\yourUserName> cd C:\exam_app\app_vue +(base) PS C:\exam_app\app_vue> npm install +npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. +npm warn deprecated @babel/plugin-proposal-class-properties@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead. +npm warn deprecated @humanwhocodes/config-array@0.5.0: Use @eslint/config-array instead +npm warn deprecated stable@0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility +npm warn deprecated consolidate@0.15.1: Please upgrade to consolidate v1.0.0+ as it has been modernized with several long-awaited fixes implemented. Maintenance is supported by Forward Email at https://forwardemail.net ; follow/watch https://github.com/ladjs/consolidate for updates and release changelog +npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported +npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported +npm warn deprecated @humanwhocodes/object-schema@1.2.1: Use @eslint/object-schema instead +npm warn deprecated webpack-chain@6.5.1: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. +npm warn deprecated eslint@7.32.0: This version is no longer supported. Please see https://eslint.org/version-support for other options. + +added 925 packages, and audited 926 packages in 9s + +119 packages are looking for funding + run `npm fund` for details + +12 vulnerabilities (8 moderate, 4 high) + +To address issues that do not require attention, run: + npm audit fix + +To address all issues (including breaking changes), run: + npm audit fix --force + +Run `npm audit` for details. +(base) PS C:\exam_app\app_vue> npm run serve + +> app_vue@0.1.0 serve +> vue-cli-service serve + + INFO Starting development server... + + + DONE Compiled successfully in 3161ms 21:55:22 + + + App running at: + - Local: http://localhost:58627/ + - Network: http://172.18.0.1:58627/ + + Note that the development build is not optimized. + To create a production build, run npm run build. +``` + +