From 07dd3c65ce91f776492ed818d4b3dc497e1301dc Mon Sep 17 00:00:00 2001 From: Xiao <2085127827@qq.com> Date: Wed, 14 Feb 2024 19:41:18 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E6=B7=BB=E5=8A=A0bigtop-manager-ui?= =?UTF-8?q?=E4=B8=AD=E6=96=87=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bigtop-manager-ui/README_CN.md | 35 ++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 bigtop-manager-ui/README_CN.md diff --git a/bigtop-manager-ui/README_CN.md b/bigtop-manager-ui/README_CN.md new file mode 100644 index 00000000..f22f4c08 --- /dev/null +++ b/bigtop-manager-ui/README_CN.md @@ -0,0 +1,35 @@ +# Bigtop-Manager-ui + +Bigtop-Manager-ui是Manager平台的前端UI,存放有关平台与用户交互,界面展示,控件样式等代码。 + +## 先决条件 + +Vite:版本4.4.5 + +Typescript:版本5.0.2 + +Vue:版本3.3.4 + +编辑器:VsCode + +## 项目结构 + +``` +——————————————————public 公共静态资源 +——————————————————src 项目源代码 +———————————api 调用后端接口 +———————————assets 静态资源 +———————————components 自定义组件 +———————————layouts Vue页面 +———————————locales 国际化 +———————————pages 页面组件 +———————————router 路由 +———————————store 全局持久化 +———————————types 数据类型 +———————————utils 工具函数 +———————————App.vue 项目根组件 +———————————main.ts 项目打包入口 +——————————————————index.html 项目页面 +——————————————————package.json 项目的包管理配置文件 +——————————————————vite.config.ts 项目配置文件 +``` -- Gitee From 5556ed0a3bb6088c507c0e945dc10e182028c30d Mon Sep 17 00:00:00 2001 From: Xiao <2085127827@qq.com> Date: Tue, 27 Feb 2024 14:43:02 +0800 Subject: [PATCH 2/3] English api --- bigtop-manager-ui/README.md | 39 ++++++++++++++++++++++++++----------- 1 file changed, 28 insertions(+), 11 deletions(-) diff --git a/bigtop-manager-ui/README.md b/bigtop-manager-ui/README.md index ef72fd52..e37a6bf0 100644 --- a/bigtop-manager-ui/README.md +++ b/bigtop-manager-ui/README.md @@ -1,18 +1,35 @@ -# Vue 3 + TypeScript + Vite +# Bigtop-Manager-ui -This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `