From ce94bf38d19e5ad88dedf8b2ca7eace40aa07f40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E4=BC=A0=E9=BE=99?= Date: Sat, 9 Apr 2022 23:38:43 +0800 Subject: [PATCH] docs: update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a8b8093..2b43fec 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ - 🍒 集成 Naive UI,尤大推荐的 UI 组件库,[https://www.naiveui.com](https://www.naiveui.com) - 🍑 集成登陆、注销及权限验证 -- 🍐 集成多环境配置,dev、测试、预发布和生产 +- 🍐 集成多环境配置,dev、测试、生产和github pages环境 - 🍎 集成 Eslint + Prettier,代码约束和格式化统一 - 🍉 集成 Mock 接口服务,dev 环境和发布环境都支持,可动态配置是否启用 mock 服务,不启用时不会加载 mock 包,减少打包体积 - 🍇 集成 unocss,antfu 大神开源的原子化 css 解决方案,非常轻量,目前我是自己写 scss 样式搭配着 unocss 使用的 @@ -58,8 +58,8 @@ npm run dev # 构建测试环境 npm run build:test -# 构建预发布环境 -npm run build:staging +# 构建github pages环境 +npm run build:github # 构建生产环境 npm run build