猫耳云打印 小程序

“shengjie.huang” 840017380e 优化扫码添加设备 分享设备 登录重定向 界面图标颜色 il y a 1 an
.husky eda1971755 初始化项目: 首页,我的,登录,打印助手管理 il y a 1 an
.vscode eda1971755 初始化项目: 首页,我的,登录,打印助手管理 il y a 1 an
env 8584f49e8b 优化批量打印 il y a 1 an
scripts eda1971755 初始化项目: 首页,我的,登录,打印助手管理 il y a 1 an
src 840017380e 优化扫码添加设备 分享设备 登录重定向 界面图标颜色 il y a 1 an
vite-plugins eda1971755 初始化项目: 首页,我的,登录,打印助手管理 il y a 1 an
.commitlintrc.cjs eda1971755 初始化项目: 首页,我的,登录,打印助手管理 il y a 1 an
.editorconfig eda1971755 初始化项目: 首页,我的,登录,打印助手管理 il y a 1 an
.eslintignore eda1971755 初始化项目: 首页,我的,登录,打印助手管理 il y a 1 an
.eslintrc-auto-import.json eda1971755 初始化项目: 首页,我的,登录,打印助手管理 il y a 1 an
.eslintrc.cjs eda1971755 初始化项目: 首页,我的,登录,打印助手管理 il y a 1 an
.gitignore eda1971755 初始化项目: 首页,我的,登录,打印助手管理 il y a 1 an
.npmrc eda1971755 初始化项目: 首页,我的,登录,打印助手管理 il y a 1 an
.prettierignore eda1971755 初始化项目: 首页,我的,登录,打印助手管理 il y a 1 an
.prettierrc.cjs eda1971755 初始化项目: 首页,我的,登录,打印助手管理 il y a 1 an
.stylelintignore eda1971755 初始化项目: 首页,我的,登录,打印助手管理 il y a 1 an
.stylelintrc.cjs eda1971755 初始化项目: 首页,我的,登录,打印助手管理 il y a 1 an
LICENSE eda1971755 初始化项目: 首页,我的,登录,打印助手管理 il y a 1 an
README.md eda1971755 初始化项目: 首页,我的,登录,打印助手管理 il y a 1 an
favicon.ico eda1971755 初始化项目: 首页,我的,登录,打印助手管理 il y a 1 an
index.html eda1971755 初始化项目: 首页,我的,登录,打印助手管理 il y a 1 an
manifest.config.ts eda1971755 初始化项目: 首页,我的,登录,打印助手管理 il y a 1 an
package.json 8584f49e8b 优化批量打印 il y a 1 an
pages.config.ts 840017380e 优化扫码添加设备 分享设备 登录重定向 界面图标颜色 il y a 1 an
pnpm-lock.yaml 8584f49e8b 优化批量打印 il y a 1 an
tsconfig.json 5a4169c764 远程打印(4个来源, 支持批量), 配网优化 il y a 1 an
uno.config.ts eda1971755 初始化项目: 首页,我的,登录,打印助手管理 il y a 1 an
vite.config.ts eda1971755 初始化项目: 首页,我的,登录,打印助手管理 il y a 1 an

README.md

unibest - 最好的 uniapp 开发框架

[![GitHub Repo stars](https://img.shields.io/github/stars/feige996/unibest?style=flat&logo=github)](https://github.com/feige996/unibest) [![GitHub forks](https://img.shields.io/github/forks/feige996/unibest?style=flat&logo=github)](https://github.com/feige996/unibest) [![star](https://gitee.com/feige996/unibest/badge/star.svg?theme=dark)](https://gitee.com/feige996/unibest/stargazers) [![fork](https://gitee.com/feige996/unibest/badge/fork.svg?theme=dark)](https://gitee.com/feige996/unibest/members) ![node version](https://img.shields.io/badge/node-%3E%3D18-green) ![pnpm version](https://img.shields.io/badge/pnpm-%3E%3D7.30-green) ![GitHub package.json version (subfolder of monorepo)](https://img.shields.io/github/package-json/v/feige996/unibest) ![GitHub License](https://img.shields.io/github/license/feige996/unibest

unibest —— 最好的 uniapp 开发模板,由 uniapp + Vue3 + Ts + Vite5 + UnoCss + wot-ui + z-paging 构成,使用了最新的前端技术栈,无需依靠 HBuilderX,通过命令行方式运行 web小程序App(编辑器推荐 VSCode,可选 webstorm)。

unibest 内置了 约定式路由layout布局请求封装请求拦截登录拦截UnoCSSi18n多语言 等基础功能,提供了 代码提示自动格式化统一配置代码片段 等辅助功能,让你编写 uniapp 拥有 best 体验 ( unibest 的由来)。

📖 文档地址(new) | 📱 DEMO 地址


注意旧的地址 codercup 我进不去了,使用新的 feige996。PR和 issue 也请使用新地址,否则无法合并。

⚙️ 环境

  • node>=18
  • pnpm>=7.30
  • Vue Official>=2.1.10
  • TypeScript>=5.0

📂 快速开始

执行 pnpm create unibest 创建项目

执行 pnpm i 安装依赖

执行 pnpm dev 运行 H5

📦 运行(支持热更新)

  • web平台: pnpm dev:h5, 然后打开 http://localhost:9000/
  • weixin平台:pnpm dev:mp-weixin 然后打开微信开发者工具,导入本地文件夹,选择本项目的dist/dev/mp-weixin 文件。
  • APP平台:pnpm dev:app, 然后打开 HBuilderX,导入刚刚生成的dist/dev/app 文件夹,选择运行到模拟器(开发时优先使用),或者运行的安卓/ios基座。

🔗 发布

  • web平台: pnpm build:h5,打包后的文件在 dist/build/h5,可以放到web服务器,如nginx运行。如果最终不是放在根目录,可以在 manifest.config.ts 文件的 h5.router.base 属性进行修改。
  • weixin平台:pnpm build:mp-weixin, 打包后的文件在 dist/build/mp-weixin,然后通过微信开发者工具导入,并点击右上角的“上传”按钮进行上传。
  • APP平台:pnpm build:app, 然后打开 HBuilderX,导入刚刚生成的dist/build/app 文件夹,选择发行 - APP云打包。

📄 License

MIT

Copyright (c) 2024 菲鸽