From d5dcd6780cd1698865f83e19f995305eeb470caa Mon Sep 17 00:00:00 2001 From: gaoziman <2942894660@qq.com> Date: Wed, 5 Nov 2025 09:49:23 +0800 Subject: [PATCH] =?UTF-8?q?docs(=E6=96=87=E6=A1=A3):=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E6=96=87=E6=A1=A3=E5=92=8C=E5=85=A5=E5=8F=A3?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加 README.md 项目说明文档 - 添加 index.html 应用入口文件 - 完善项目使用说明和配置指南 --- README.md | 14 ++++++++++++++ index.html | 18 ++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 README.md create mode 100644 index.html diff --git a/README.md b/README.md new file mode 100644 index 0000000..0f8cf76 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# Arco Design Pro + +## 快速开始 + +``` +// 初始化项目 +npm install + +// 开发模式 +npm run dev + +// 构建 +npm run build +``` diff --git a/index.html b/index.html new file mode 100644 index 0000000..1209573 --- /dev/null +++ b/index.html @@ -0,0 +1,18 @@ + + +
+ + + + +