build: delete screenshots & refine readme.md
84
README.md
@ -19,9 +19,6 @@
|
|||||||

|

|
||||||

|

|
||||||
|
|
||||||
<!-- [](https://github.com/codercup)
|
|
||||||
[](https://gitee.com/codercup)
|
|
||||||
[](https://juejin.cn/user/3263006241460792) -->
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div align="center"><b>unibest 是由 uniapp + Vue3 + Ts + Vite4 + UnoCss + UniUI + VSCode 驱动的跨端快速启动模板,具有代码提示、自动格式化、统一配置、代码片段、多语言支持等功能,内置了许多常用的基本组件和基本功能,开箱即用,让你编写 uniapp 拥有 best 体验。</b></div>
|
<div align="center"><b>unibest 是由 uniapp + Vue3 + Ts + Vite4 + UnoCss + UniUI + VSCode 驱动的跨端快速启动模板,具有代码提示、自动格式化、统一配置、代码片段、多语言支持等功能,内置了许多常用的基本组件和基本功能,开箱即用,让你编写 uniapp 拥有 best 体验。</b></div>
|
||||||
@ -29,49 +26,11 @@
|
|||||||

|

|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://codercup.github.io/unibest/" target="_blank">📱 在线预览</a>
|
<a href="https://codercup.github.io/unibest/" target="_blank">📱 在线预览</a>
|
||||||
<span style="margin:0 10px;">|</span>
|
<span style="margin:0 10px;">|</span>
|
||||||
<a href="#" target="_blank">📖 阅读文档 (comming soon)</a>
|
<a href="#" target="_blank">📖 阅读文档 (comming soon)</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
## ✨ 特性
|
|
||||||
|
|
||||||
- ⚡️ [Vue 3](https://github.com/vuejs/core), [Vite](https://github.com/vitejs/vite), [pnpm](https://pnpm.io/), [esbuild](https://github.com/evanw/esbuild) - 就是快!
|
|
||||||
- 🔥 最新语法 - `<script lang="ts" setup>` 语法
|
|
||||||
- 🎨 [UnoCSS](https://unocss.dev/) - 高性能且极具灵活性的即时原子化 CSS 引擎
|
|
||||||
- 😃 [UnoCSS Icons](https://unocss.dev/presets/icons) & [icones](https://icones.js.org/) - 海量图标供你选择
|
|
||||||
- 🍍 [pinia](https://pinia.vuejs.org/) & [pinia-plugin-persistedstate](https://prazdevs.github.io/pinia-plugin-persistedstate/zh/guide/) - 全端适配的全局数据管理
|
|
||||||
- 🗂 `uni.request` 请求封装 - 一键引入,快捷使用
|
|
||||||
- 📦 [组件自动化加载](./src/components) - 可配置化的组件加载方式,轻松加载组件
|
|
||||||
- 📥 [API 自动加载](https://github.com/antfu/unplugin-auto-import) - 直接使用 Composition API 无需引入
|
|
||||||
- 🎉 `v3` Code Snippets 加快你的页面生成
|
|
||||||
- 🦾 [TypeScript](https://www.typescriptlang.org/) & [ESLint](https://eslint.org/) & [stylelint](https://stylelint.io/) - 保证代码质量
|
|
||||||
- 🌈 [husky](https://typicode.github.io/husky/) & [lint-staged](https://github.com/lint-staged/lint-staged) + [commitlint](https://commitlint.js.org/) - 保证代码提交质量
|
|
||||||
- 💡 `ES6 import` 自动排序,`css 属性` 自动排序,增强编码一致性
|
|
||||||
|
|
||||||
- 🖥 `多环境` 配置分开,想则怎么配置就怎么配置
|
|
||||||
|
|
||||||
## 👍 业务功能
|
|
||||||
|
|
||||||
- [x] 页面下拉刷新(全局+局部)
|
|
||||||
- [x] 页面上拉加载
|
|
||||||
- [x] 导航栏返回 or 去首页
|
|
||||||
- [x] 导航栏渐变(微信+h5+App)
|
|
||||||
- [x] 自定义导航栏顶部机型适配
|
|
||||||
- [x] 微信小程序分享(好友+朋友圈)
|
|
||||||
- [x] 微信登录
|
|
||||||
- [ ] 非微信登录(h5 和 App)
|
|
||||||
- [ ] 微信一键登录(基于手机号)- 需要非个人认证用户
|
|
||||||
- [x] 微信小程序获取头像昵称+隐私协议
|
|
||||||
- [x] 微信小程序 vconsole 调试
|
|
||||||
- [x] 多语言模板
|
|
||||||
- [x] 页面悬浮球(floating bubble)
|
|
||||||
- [x] 多 tab 列表功能
|
|
||||||
- [x] 瀑布流
|
|
||||||
- [ ] 仿`BOSS直聘`个人中心
|
|
||||||
- [ ] 仿华为商城个人中心
|
|
||||||
- [ ] 仿网易云音乐 APP(独立项目)
|
|
||||||
|
|
||||||
## ⚙️ 环境
|
## ⚙️ 环境
|
||||||
|
|
||||||
- node>=18
|
- node>=18
|
||||||
@ -93,47 +52,8 @@
|
|||||||
- weixin平台:`pnpm build:mp-weixin`, 打包后的文件在 `dist/build/mp-weixin`,然后通过微信开发者工具导入,并点击右上角的“上传”按钮进行上传。
|
- weixin平台:`pnpm build:mp-weixin`, 打包后的文件在 `dist/build/mp-weixin`,然后通过微信开发者工具导入,并点击右上角的“上传”按钮进行上传。
|
||||||
- APP平台:`pnpm build:app`, 然后打开 `HBuilderX`,导入刚刚生成的`dist/build/app` 文件夹,选择发行 - APP云打包。
|
- APP平台:`pnpm build:app`, 然后打开 `HBuilderX`,导入刚刚生成的`dist/build/app` 文件夹,选择发行 - APP云打包。
|
||||||
|
|
||||||
## 🎨 `v3` 代码段
|
|
||||||
|
|
||||||
在 `vue` 文件里面输入 `v3` 触发这个代码段。如下图,用户可以在`.vscode/vue3.code-snippets` 里面自行修改。
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
## 📄 License
|
## 📄 License
|
||||||
|
|
||||||
[MIT](https://opensource.org/license/mit/)
|
[MIT](https://opensource.org/license/mit/)
|
||||||
|
|
||||||
Copyright (c) 2024 菲鸽
|
Copyright (c) 2024 菲鸽
|
||||||
|
|
||||||
## 📊 Github Star History
|
|
||||||
|
|
||||||
[](https://star-history.com/#codercup/unibest&Date)
|
|
||||||
|
|
||||||
与其他几个同行库的对比
|
|
||||||
|
|
||||||
[](https://star-history.com/#codercup/unibest&Ares-Chang/uni-vitesse&uni-helper/vitesse-uni-app&Date)
|
|
||||||
|
|
||||||
## 贡献者
|
|
||||||
|
|
||||||
<a href="https://github.com/codercup/unibest/graphs/contributors">
|
|
||||||
<img src="https://contrib.rocks/image?repo=codercup/unibest" />
|
|
||||||
</a>
|
|
||||||
|
|
||||||
## 💓 捐赠鼓励
|
|
||||||
|
|
||||||
开源不易,如果 `unibest` 对你有些帮助,可以请作者吃块糖果 ,算是对开源做出的一点点鼓励吧!
|
|
||||||
|
|
||||||
<p align='center'>
|
|
||||||
<img alt="special sponsor appwrite" src="./screenshots/pay-wx-2.png" width="300" style="margin-left:0px;">
|
|
||||||
<img alt="special sponsor appwrite" src="./screenshots/pay-wx.png" width="300" style="margin-left:2px;">
|
|
||||||
</p>
|
|
||||||
|
|
||||||
## 🤝 微信交流群
|
|
||||||
|
|
||||||
扫码进微信群,微信群7天过期,作者会定期维护,争取读者每次打开都是可用的。
|
|
||||||
|
|
||||||
①群、②群已满,下面是③群:
|
|
||||||
|
|
||||||
<p align='center'>
|
|
||||||
<img alt="special sponsor appwrite" src="./image.png" width="300" style="margin-left:0px;">
|
|
||||||
</p>
|
|
||||||
|
Before Width: | Height: | Size: 200 KiB |
Before Width: | Height: | Size: 290 KiB |
Before Width: | Height: | Size: 147 KiB |
Before Width: | Height: | Size: 146 KiB |
Before Width: | Height: | Size: 146 KiB |
Before Width: | Height: | Size: 141 KiB |
Before Width: | Height: | Size: 349 KiB |
Before Width: | Height: | Size: 648 KiB |
Before Width: | Height: | Size: 83 KiB |
Before Width: | Height: | Size: 160 KiB |
Before Width: | Height: | Size: 150 KiB |
Before Width: | Height: | Size: 161 KiB |
Before Width: | Height: | Size: 4.1 MiB |