Skip to content

一个面向在线大学生的校园服务平台小程序:金橙校园;目前还在努力开发中,敬请期待~

License

Notifications You must be signed in to change notification settings

thornboo/jincheng-campus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

icon

[English document]

预览

主要功能

目前1.0版本的主要功能有:

  • 失物招领
  • 闲置交易
  • 校园跑腿
  • 寻找兼职
  • 校园食堂
  • 校园超市
  • 金橙树洞
  • 校园墙

后续将会加入更多的功能,如:

  • 校园活动
  • 金橙树洞

若是在使用中有什么建议,欢迎在小程序提出反馈。

构建与发布

环境

  • node>=18
  • pnpm>=7.30
  • Vue Official<=2.1.6
  • TypeScript<=5.5.4
  • vue-official=2.0.20(此版本不会提示template标签错误)

快速开始

执行 git clone https://github.com/thornboo/jincheng-campus.git 拉取项目

执行 pnpm i 安装依赖

执行 pnpm run 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 thornboo

捐赠

About

一个面向在线大学生的校园服务平台小程序:金橙校园;目前还在努力开发中,敬请期待~

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published