From 9fe18f0423df8abef64ff0a355b88c9d0378f3dd Mon Sep 17 00:00:00 2001 From: pany <939630029@qq.com> Date: Tue, 3 Dec 2024 13:42:39 +0800 Subject: [PATCH] revert: README.md --- README.md | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 52529b69..53169a50 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
- V3 Admin Vite Logo + V3 Admin Vite Logo

V3 Admin Vite

English | 中文
@@ -40,10 +40,11 @@ China repository: [Gitee](https://gitee.com/un-pany/v3-admin-vite) - **Vite**:Really fast - **Vue Router**:router - **TypeScript**:JavaScript With Syntax For Types -- **pnpm**:Faster, disk space saving package management tool +- **PNPM**:Faster, disk space saving package management tool - **Scss**:Consistent with Element Plus - **CSS variable**:Mainly controls the layout and color of the item -- **ESlint**:Code verification, Code formatting +- **ESlint**:Code verification +- **Prettier**: Code formatting - **Axios**: Promise based HTTP client (encapsulated) - **UnoCSS**: Real-time atomized CSS engine with high performance and flexibility - **Mobile Compatible**: The layout is compatible with mobile page resolution @@ -57,7 +58,7 @@ China repository: [Gitee](https://gitee.com/un-pany/v3-admin-vite) - **Multiple layouts**:Left, Top, Left Top, three layout modes - **Error page**: 403, 404 - **Dashboard**: Display different Dashboard pages according to different users -- **Other functions**:SVG, Dynamic Sidebar, Dynamic Breadcrumb Navigation, Tabbed Navigation, Screenfull, Adaptive Shrink Sidebar, Composable +- **Other functions**:SVG, Dynamic Sidebar, Dynamic Breadcrumb Navigation, Tabbed Navigation, Screenfull, Adaptive Shrink Sidebar, Hook (Composables) ## 🚀 Development @@ -83,21 +84,21 @@ pnpm dev ## ✔️ Preview ```bash -# staging environment -pnpm preview:staging +# stage environment +pnpm preview:stage -# production environment -pnpm preview +# prod environment +pnpm preview:prod ``` ## 📦️ Multi-environment packaging ```bash -# build the staging environment -pnpm build:staging +# build the stage environment +pnpm build:stage -# build the production environment -pnpm build +# build the prod environment +pnpm build:prod ``` ## 🔧 Code inspection @@ -128,9 +129,9 @@ pnpm test ## Project preview -![preview1.png](./src/common/assets/images/docs/preview1.png) -![preview2.png](./src/common/assets/images/docs/preview2.png) -![preview3.png](./src/common/assets/images/docs/preview3.png) +![preview1.png](./src/assets/docs/preview1.png) +![preview2.png](./src/assets/docs/preview2.png) +![preview3.png](./src/assets/docs/preview3.png) ## 💕 Contributors