From 2b41626a9645048532feede84e100bae19c6783a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=8F=B2=E9=B8=BD?= <1020103647@qq.com>
Date: Sun, 12 May 2024 19:53:34 +0800
Subject: [PATCH] refine: readme
---
README.app.md | 8 --------
README.md | 44 +++++++++-----------------------------------
2 files changed, 9 insertions(+), 43 deletions(-)
delete mode 100644 README.app.md
diff --git a/README.app.md b/README.app.md
deleted file mode 100644
index 890652a..0000000
--- a/README.app.md
+++ /dev/null
@@ -1,8 +0,0 @@
-# **APP 打包注意事项**
-
-本模板使用的是 `3.8.12` 的库版本(`"@dcloudio/uni-app": "3.0.0-3081220230817001",`),所以尽量使用 `3.8.12` 版本的 `HBuilderX` 来打包,否则可能有未知的风险,出现情况如下图。
-
-点击 `ignore` 后可以正常使用,万一以后出现什么特殊情况,记得看看是不是版本问题。
-
-> tips: mac 可以安装多个版本的软件,
-> 
diff --git a/README.md b/README.md
index a0ff934..94e0f01 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
@@ -21,57 +21,31 @@
-`unibest` 是一个 uniapp 跨端解决方案,由 `uniapp` + `Vue3` + `Ts` + `Vite4` + `UnoCss` + `VSCode`(可选 `webstorm`) 实现。它使用了最新的前端技术栈,无需依靠 `HBuilderX`,通过命令行方式运行 `web`、`小程序` 和 `App`。
+`unibest` —— 最好的 `uniapp` 开发模板,由 `uniapp` + `Vue3` + `Ts` + `Vite5` + `UnoCss` + `wot-ui` + `z-paging` 构成,使用了最新的前端技术栈,无需依靠 `HBuilderX`,通过命令行方式运行 `web`、`小程序` 和 `App`(编辑器推荐 `VSCode`,可选 `webstorm`)。
`unibest` 内置了 `约定式路由`、`layout布局`、`请求封装`、`请求拦截`、`登录拦截`、`UnoCSS`、`i18n多语言` 等基础功能,提供了 `代码提示`、`自动格式化`、`统一配置`、`代码片段` 等辅助功能,让你编写 `uniapp` 拥有 `best` 体验 ( `unibest 的由来`)。

- 📱 在线预览
+ 📱 DEMO 地址
|
- 📖 阅读文档
+ 📖 文档地址
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
## ⚙️ 环境
- node>=18
- pnpm>=7.30
-## 📂 安装
+## 📂 快速开始
+
+执行 `pnpm create unibest` 创建项目
执行 `pnpm i` 安装依赖
+执行 `pnpm dev` 运行 `H5`
+
## 📦 运行(支持热更新)
- web平台: `pnpm dev:h5`, 然后打开 [http://localhost:9000/](http://localhost:9000/)。