宁夏小程序(回收端)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
王文杰 a8e536cd21
1
8 months ago
.github/workflows first commit 8 months ago
.hbuilderx first commit 8 months ago
.husky first commit 8 months ago
.vite/deps first commit 8 months ago
.vscode 回收端 8 months ago
src 1 8 months ago
.editorconfig first commit 8 months ago
.eslintrc.cjs first commit 8 months ago
.gitignore first commit 8 months ago
.prettierrc.json first commit 8 months ago
LICENSE first commit 8 months ago
README.md first commit 8 months ago
deploy.sh first commit 8 months ago
deploy.yml first commit 8 months ago
index.html first commit 8 months ago
package-lock.json first commit 8 months ago
package.json first commit 8 months ago
pnpm-lock.yaml first commit 8 months ago
project.config.json first commit 8 months ago
project.private.config.json first commit 8 months ago
tsconfig.json first commit 8 months ago
vite.config.ts 回收端 8 months ago

README.md

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

技术栈

开发环境

  • 开发工具: VS Code 、 HbuilderX 、 微信开发者工具
  • Node 版本: v16.15.0
  • pnpm 版本v8.6.10

运行程序

  1. 安装依赖
# npm
npm i --registry=https://registry.npmmirror.com

# pnpm
pnpm i --registry=https://registry.npmmirror.com
  1. 运行程序
# 微信小程序端
npm run dev:mp-weixin

# H5端
npm run dev:h5

# App端
需 HbuilderX 工具,运行 - 运行到手机或模拟器
  1. 微信开发者工具导入 /dist/dev/mp-weixin 目录