windyeasy 9d222f0112 feat: 忘记密码和用户协议 | hai 2 meses | |
---|---|---|
.github | hai 2 meses | |
.husky | hai 2 meses | |
.vscode | hai 2 meses | |
env | hai 2 meses | |
screenshots | hai 2 meses | |
scripts | hai 2 meses | |
src | hai 2 meses | |
.commitlintrc.cjs | hai 2 meses | |
.editorconfig | hai 2 meses | |
.eslintignore | hai 2 meses | |
.eslintrc-auto-import.json | hai 2 meses | |
.eslintrc.cjs | hai 2 meses | |
.gitignore | hai 2 meses | |
.npmrc | hai 2 meses | |
.prettierignore | hai 2 meses | |
.prettierrc.cjs | hai 2 meses | |
.stylelintignore | hai 2 meses | |
.stylelintrc.cjs | hai 2 meses | |
LICENSE | hai 2 meses | |
README.md | hai 2 meses | |
favicon.ico | hai 2 meses | |
index.html | hai 2 meses | |
manifest.config.ts | hai 2 meses | |
package.json | hai 2 meses | |
pages.config.ts | hai 2 meses | |
pnpm-lock.yaml | hai 2 meses | |
tsconfig.json | hai 2 meses | |
uno.config.ts | hai 2 meses | |
vite.config.ts | hai 2 meses |
智慧医疗移动端, 基于 unibest: https://github.com/codercup/unibest,进行开发
pnpm>=7.30
uni-ui https://hellouniapp.dcloud.net.cn/pages/component/view/view
tmui https://tmui.design/
执行 pnpm i
安装依赖
执行 pnpm dev
运行 H5
pnpm dev:h5
, 然后打开 http://localhost:9000/。pnpm dev:mp-weixin
然后打开微信开发者工具,导入本地文件夹,选择本项目的dist/dev/mp-weixin
文件。pnpm dev:app
, 然后打开 HBuilderX
,导入刚刚生成的dist/dev/app
文件夹,选择运行到模拟器(开发时优先使用),或者运行的安卓/ios 基座。pnpm build:h5
,打包后的文件在 dist/build/h5
,可以放到 web 服务器,如 nginx 运行。如果最终不是放在根目录,可以在 manifest.config.ts
文件的 h5.router.base
属性进行修改。pnpm build:mp-weixin
, 打包后的文件在 dist/build/mp-weixin
,然后通过微信开发者工具导入,并点击右上角的“上传”按钮进行上传。pnpm build:app
, 然后打开 HBuilderX
,导入刚刚生成的dist/build/app
文件夹,选择发行 - APP 云打包。