Go to file
xjs 6078950093 feat: 我的页面正在编写中 2025-03-20 18:02:12 +08:00
.github/workflows init 2025-02-25 09:12:58 +08:00
.husky init 2025-02-25 09:12:58 +08:00
.vscode feat: 查专业 2025-03-07 18:08:59 +08:00
env feat: 找大学编写中 2025-03-03 18:07:04 +08:00
scripts init 2025-02-25 09:12:58 +08:00
src feat: 我的页面正在编写中 2025-03-20 18:02:12 +08:00
vite-plugins init 2025-02-25 09:12:58 +08:00
.commitlintrc.cjs init 2025-02-25 09:12:58 +08:00
.editorconfig init 2025-02-25 09:12:58 +08:00
.eslintignore init 2025-02-25 09:12:58 +08:00
.eslintrc-auto-import.json feat: 学院详情 2025-03-04 18:01:27 +08:00
.eslintrc.cjs init 2025-02-25 09:12:58 +08:00
.gitignore init 2025-02-25 09:12:58 +08:00
.npmrc init 2025-02-25 09:12:58 +08:00
.prettierignore init 2025-02-25 09:12:58 +08:00
.prettierrc.cjs init 2025-02-25 09:12:58 +08:00
.stylelintignore init 2025-02-25 09:12:58 +08:00
.stylelintrc.cjs init 2025-02-25 09:12:58 +08:00
LICENSE init 2025-02-25 09:12:58 +08:00
README.md feat: 计划更新 2025-02-26 09:22:03 +08:00
favicon.ico init 2025-02-25 09:12:58 +08:00
index.html init 2025-02-25 09:12:58 +08:00
manifest.config.ts feat: 大学甄别 2025-03-12 16:18:13 +08:00
openapi-ts-request.config.ts init 2025-02-25 09:12:58 +08:00
package.json feat: 大学甄别 2025-03-12 16:18:13 +08:00
pages.config.ts feat: 拖拽组件优化 2025-03-19 17:40:18 +08:00
pnpm-lock.yaml feat: 大学甄别 2025-03-12 16:18:13 +08:00
project.config.json init 2025-02-25 09:12:58 +08:00
project.private.config.json init 2025-02-25 09:12:58 +08:00
tsconfig.json feat: 拖拽组件优化 2025-03-19 17:40:18 +08:00
uno.config.ts init 2025-02-25 09:12:58 +08:00
vite.config.ts feat: 页面更新 2025-03-06 18:07:14 +08:00

README.md

六维志愿

六维志愿小程序

平台兼容性

H5 IOS 安卓 微信小程序 字节小程序 快手小程序 支付宝小程序 钉钉小程序 百度小程序

注意每种 UI框架 支持的平台有所不同,详情请看各 UI框架 的官网,也可以看 unibest 文档。

⚙️ 环境

  • 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云打包。