feat: migrate local frontend workflow to vite
Showing
README.md
0 → 100644
assets/index.html
0 → 100644
openspec/changes/migrate-vite-build/tasks.md
0 → 100644
openspec/config.yaml
0 → 100644
| { | { | ||
| "scripts": { | |||
| "dev": "vite", | |||
| "build": "vite build", | |||
| "preview": "vite preview" | |||
| }, | |||
| "engines": { | |||
| "node": ">=20.19.0 || >=22.12.0" | |||
| }, | |||
| "dependencies": { | "dependencies": { | ||
| "element-plus": "^2.14.2", | "element-plus": "^2.14.2", | ||
| "jsdom": "^29.1.1", | "jsdom": "^29.1.1", | ||
| "vue": "^3.5.39", | "vue": "^3.5.39", | ||
| "vue-router": "^4.6.4" | "vue-router": "^4.6.4" | ||
| }, | |||
| "devDependencies": { | |||
| "vite": "^7.3.6" | |||
| } | } | ||
| } | } |
public/img/企微_企微.png
0 → 100644
6.3 KB
public/img/域名申请.png
0 → 100644
4.52 KB
public/img/学有为logo.jpg
0 → 100644
23.9 KB
public/img/提醒中心.png
0 → 100644
4.22 KB
public/img/电话号码 (1).png
0 → 100644
3.75 KB
public/img/账户总览.png
0 → 100644
3.88 KB
src/main.js
0 → 100644
vite.config.js
0 → 100644