From 8fc4b5a3f6b3f8b292ca8f223e4c6b8cdbaa402e Mon Sep 17 00:00:00 2001 From: zhangjiming Date: Tue, 21 Jan 2025 16:07:43 +0800 Subject: [PATCH] =?UTF-8?q?readme=20=E7=BA=A6=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c017b0..35d8f76 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # A1800 -This template should help get you started developing with Vue 3 in Vite. - ## Project Setup ```sh @@ -19,3 +17,15 @@ npm run dev ```sh npm run build ``` + +## 约定 + +目录: +views: 主要页面 +components: 子组件 +services: API接口 +assets: 资源(图片) +utils: 实用工具 + +.env 环境变量(如IP,Port) +.env.local 本地环境变量