Go to file
xjs 19cba529b9 refactor: 页面优化 2025-04-07 16:42:55 +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 refactor: 页面优化 2025-04-07 16:42:55 +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-03-25 12:00:33 +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 fix: 页面优化 2025-04-02 18:01:48 +08:00
openapi-ts-request.config.ts init 2025-02-25 09:12:58 +08:00
package.json fix: 页面优化 2025-04-02 18:01:48 +08:00
pages.config.ts fix: 页面优化 2025-04-02 18:01:48 +08:00
pnpm-lock.yaml fix: 页面优化 2025-04-02 18:01:48 +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-25 18:06:34 +08:00
uno.config.ts feat: 添加web-view 2025-03-27 18:04:31 +08:00
vite.config.ts feat: 测评接口对接 2025-03-24 18:01:15 +08:00

README.md

六维志愿

六维志愿小程序

⚙️ 环境

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