车旅程小程序app客户端

宋飞扬 b3d42a0f9b fix 1 rok temu
.hbuilderx f571ade1f5 分类页面提交 1 rok temu
public 87db029cab fix 1 rok temu
src b3d42a0f9b fix 1 rok temu
.editorconfig c76d387156 init(all): 添加项目规范 2 lat temu
.eslintrc.js c76d387156 init(all): 添加项目规范 2 lat temu
.gitignore c76d387156 init(all): 添加项目规范 2 lat temu
.npmrc f03b5e22b6 init 2 lat temu
.prettierrc.js b4f4832b62 🐞 fix(all):文件变动大,分为用户端和商家端 1 rok temu
README.md 9cb33aa294 fix 1 rok temu
babel.config.js 1f933470f9 fix 1 rok temu
jsconfig.json d5180c48ae style(all): prettier 2 lat temu
package-lock.json 1bad13e04c 🐞 fix(login):接口认证报错问题 1 rok temu
package.json 1f933470f9 fix 1 rok temu
pnpm-lock.yaml 8af0849c33 fix 1 rok temu
postcss.config.js d5180c48ae style(all): prettier 2 lat temu
sfc.d.ts d5180c48ae style(all): prettier 2 lat temu
shime-uni.d.ts d5180c48ae style(all): prettier 2 lat temu
shime-vue.d.ts d5180c48ae style(all): prettier 2 lat temu
vue.config.js 1f933470f9 fix 1 rok temu

README.md

推荐版本

node v14.16.0 pnpm 7.33.6

跑起来

安装依赖 pnpm i 运行 pnpm run serve

微信小程序打包认证

1.安装依赖后执行命令 pnpm run dev:mp-weixin 2.打开微信小程序开发软件 导入dist目录下dev目录下的mp-weixin编译运行 注:mp-weixin下必须有node-module文件 若无 运行pnpm run build:mp-weixin

pnpm run build

命令行提交代码步骤

git add . git commit -m "XXXX" //XXXX是备注修改的内容 git push

Customize configuration

See Configuration Reference.