Skip to content
forked from codercup/unibest

uniTMUI-基于unibest的开发环境 + TMUI3.0 驱动的跨端快速启动模板。感谢unibest的开源!

License

Notifications You must be signed in to change notification settings

Coding-Journey-Studio/uniTMUI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

感谢unibest的开源,基于unibest环境下,由wotui改为TMUI3.0,并兼容unocss原子化。

⚙️ 环境

  • node>=18
  • pnpm>=7.30

📂 快速开始

📦 运行(支持热更新)

  • 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 CJS

About

uniTMUI-基于unibest的开发环境 + TMUI3.0 驱动的跨端快速启动模板。感谢unibest的开源!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 58.1%
  • JavaScript 18.4%
  • Vue 13.2%
  • SCSS 4.9%
  • CSS 3.6%
  • HTML 1.5%
  • Shell 0.3%