Name Last Update
..
.hbuilderx Loading commit data...
src Loading commit data...
.env.dev Loading commit data...
.env.local Loading commit data...
.env.production Loading commit data...
.gitignore Loading commit data...
README.md Loading commit data...
index.html Loading commit data...
package-lock.json Loading commit data...
package.json Loading commit data...
shims-uni.d.ts Loading commit data...
vite.config.js Loading commit data...
yarn.lock Loading commit data...

trash 的小程序前端

后端项目地址:http://192.168.168.245:8888/youxiw20000/trash.git

技术栈:

  • vue2-3
  • pinia
  • axios
  • scss
  • vite
  • uview-plus
  • uni-app

运行方法:

  1. 安装依赖
npm install
npm i axios@0.27.2
  1. 运行开发环境
npm run dev:h5
npm run dev:mp-weixin
  1. 打包生产
npm run build:h5 --mode production
npm run build:mp-weixin --mode production