From 86da7d9a984a70e5f79053a3e03d9fa3c75b1159 Mon Sep 17 00:00:00 2001 From: abab2320 <1589841436@qq.com> Date: Mon, 17 Mar 2025 14:02:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=8F=91=E7=8E=AF=E5=A2=83=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Front/前端环境.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Front/前端环境.md b/Front/前端环境.md index fa9d57c..568e373 100644 --- a/Front/前端环境.md +++ b/Front/前端环境.md @@ -28,6 +28,18 @@ pnpm -v cd Front/unilife ``` +### 安装Axios +``` cmd +pnpm add axios +``` +用来连接前后端 + +### 安装veeValidate +```cmd +pnpm add vee-validate +pnpm install yup +``` +用于表单验证