'功能完善'
Showing
| { | ||
| "name": "komatsu-lease-app", | ||
| "version": "0.1.0", | ||
| "scripts": { | ||
| "scripts": { | ||
| "dev": "vite ", | ||
| "build": "vite build", | ||
| "preview": "vite preview", | ||
| "build:selfService": "set VITE_TARGET=selfService&& vite build --mode test", | ||
| "build:intention": "set VITE_TARGET=intention&& vite build --mode test", | ||
| "build:calculator": "set VITE_TARGET=calculator&& vite build --mode test", | ||
| "build:about": "set VITE_TARGET=about&& vite build --mode test", | ||
| "build:complaint": "set VITE_TARGET=complaint&& vite build --mode test", | ||
| "build:infoChange": "set VITE_TARGET=infoChange&& vite build --mode test", | ||
| "build:relatedProject": "set VITE_TARGET=relatedProject&& vite build --mode test", | ||
| "build:repayPlan": "set VITE_TARGET=repayPlan&& vite build --mode test", | ||
| "build:contractSign": "set VITE_TARGET=contractSign&& vite build --mode test", | ||
| "build:projectList": "set VITE_TARGET=projectList&& vite build --mode test", | ||
| "build:makeRepayment": "set VITE_TARGET=makeRepayment&& vite build --mode test" | ||
| "build:selfService:test": "set VITE_TARGET=selfService&& vite build --mode test", | ||
| "build:selfService:production": "set VITE_TARGET=selfService&& vite build --mode production", | ||
| "build:intention:test": "set VITE_TARGET=intention&& vite build --mode test", | ||
| "build:intention:production": "set VITE_TARGET=intention&& vite build --mode production", | ||
| "build:calculator:test": "set VITE_TARGET=calculator&& vite build --mode test", | ||
| "build:calculator:production": "set VITE_TARGET=calculator&& vite build --mode production", | ||
| "build:about:test": "set VITE_TARGET=about&& vite build --mode test", | ||
| "build:about:production": "set VITE_TARGET=about&& vite build --mode production", | ||
| "build:complaint:test": "set VITE_TARGET=complaint&& vite build --mode test", | ||
| "build:complaint:production": "set VITE_TARGET=complaint&& vite build --mode production", | ||
| "build:infoChange:test": "set VITE_TARGET=infoChange&& vite build --mode test", | ||
| "build:infoChange:production": "set VITE_TARGET=infoChange&& vite build --mode production", | ||
| "build:relatedProject:test": "set VITE_TARGET=relatedProject&& vite build --mode test", | ||
| "build:relatedProject:production": "set VITE_TARGET=relatedProject&& vite build --mode production", | ||
| "build:repayPlan:test": "set VITE_TARGET=repayPlan&& vite build --mode test", | ||
| "build:repayPlan:production": "set VITE_TARGET=repayPlan&& vite build --mode production", | ||
| "build:contractSign:test": "set VITE_TARGET=contractSign&& vite build --mode test", | ||
| "build:contractSign:production": "set VITE_TARGET=contractSign&& vite build --mode production", | ||
| "build:projectList:test": "set VITE_TARGET=projectList&& vite build --mode test", | ||
| "build:projectList:production": "set VITE_TARGET=projectList&& vite build --mode production", | ||
| "build:makeRepayment:test": "set VITE_TARGET=makeRepayment&& vite build --mode test", | ||
| "build:makeRepayment:production": "set VITE_TARGET=makeRepayment&& vite build --mode production" | ||
| }, | ||
| "dependencies": { | ||
| "@hips/plugin-vue-jssdk": "^1.1.2", | ||
| ... | ... |
This diff is collapsed.
Please register or sign in to comment