From c5f9cd00ceb9c0e2f505c0f5d61fb4e309c2c87b Mon Sep 17 00:00:00 2001 From: wangqz <2809755637@qq.com> Date: Mon, 28 Oct 2024 15:44:34 +0800 Subject: [PATCH 1/2] =?UTF-8?q?dist=E9=A2=84=E8=A7=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 36 +----------------------------------- 1 file changed, 1 insertion(+), 35 deletions(-) diff --git a/README.md b/README.md index 79250bc..8fc6a79 100644 --- a/README.md +++ b/README.md @@ -5,38 +5,4 @@ -## 简介 - -naiveui-celeris-admin 是保留 celeris 味道,并将@celeris 依赖替换为本地 - -![index.png](https://raw.githubusercontent.com/WangSunio/img/main/images/index.png) ---- -![detail.png](https://raw.githubusercontent.com/WangSunio/img/main/images/detail.png) ---- -![report.png](https://raw.githubusercontent.com/WangSunio/img/main/images/report.png) - -## 特点 {...celeris } 源仓库https://github.com/kirklin/celeris-web - -改动 - -- 仅保留前端 -- unplugin-auto-import 自动导入 api -- unplugin-vue-components 自动导入 components -- vite-plugin-mock 拦截请求模拟测试数据 -- icon 使用 xicons, src/components/Iconx 组件亦支持本地 svg 字符串导入 -- 移除所有@celeris/xxx 依赖包 -- 为什么不用 mockjs 因为打包后 gitpage 不支持 - -### 开发 - -```bash -# pnpm 版本 9.0.1 -pnpm install -pnpm run dev -``` - -### 构建 - -```bash -pnpm run build -``` +## 这个是预览分支 From 513f90a3e0ed686b4a7580b9b4e2f7defc4c4d8c Mon Sep 17 00:00:00 2001 From: wangqz <2809755637@qq.com> Date: Mon, 28 Oct 2024 15:47:14 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E8=BF=99=E4=B8=AA=E6=98=AFmain=20=E5=88=86?= =?UTF-8?q?=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fc6a79..79250bc 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,38 @@ -## 这个是预览分支 +## 简介 + +naiveui-celeris-admin 是保留 celeris 味道,并将@celeris 依赖替换为本地 + +![index.png](https://raw.githubusercontent.com/WangSunio/img/main/images/index.png) +--- +![detail.png](https://raw.githubusercontent.com/WangSunio/img/main/images/detail.png) +--- +![report.png](https://raw.githubusercontent.com/WangSunio/img/main/images/report.png) + +## 特点 {...celeris } 源仓库https://github.com/kirklin/celeris-web + +改动 + +- 仅保留前端 +- unplugin-auto-import 自动导入 api +- unplugin-vue-components 自动导入 components +- vite-plugin-mock 拦截请求模拟测试数据 +- icon 使用 xicons, src/components/Iconx 组件亦支持本地 svg 字符串导入 +- 移除所有@celeris/xxx 依赖包 +- 为什么不用 mockjs 因为打包后 gitpage 不支持 + +### 开发 + +```bash +# pnpm 版本 9.0.1 +pnpm install +pnpm run dev +``` + +### 构建 + +```bash +pnpm run build +```