Initial commit
parents
Showing
.gitignore
0 → 100644
.vscode/extensions.json
0 → 100644
AGENTS.md
0 → 100644
README.md
0 → 100644
auto-imports.d.ts
0 → 100644
biome.json
0 → 100644
components.d.ts
0 → 100644
package.json
0 → 100644
| { | |||
| "name": "hr-mobile-view", | |||
| "version": "1.0.0", | |||
| "private": true, | |||
| "type": "module", | |||
| "scripts": { | |||
| "build": "rsbuild build", | |||
| "check": "biome check --write", | |||
| "dev": "rsbuild dev --open", | |||
| "format": "biome format --write", | |||
| "preview": "rsbuild preview" | |||
| }, | |||
| "dependencies": { | |||
| "vant": "^4.9.21", | |||
| "vue": "^3.5.24" | |||
| }, | |||
| "devDependencies": { | |||
| "@biomejs/biome": "2.3.2", | |||
| "@rsbuild/core": "^1.6.7", | |||
| "@rsbuild/plugin-less": "^1.5.0", | |||
| "@rsbuild/plugin-vue": "^1.2.0", | |||
| "@vant/auto-import-resolver": "^1.3.0", | |||
| "typescript": "^5.9.3", | |||
| "unplugin-auto-import": "^20.2.0", | |||
| "unplugin-vue-components": "^29.2.0" | |||
| } | |||
| } |
pnpm-lock.yaml
0 → 100644
This diff is collapsed.
public/favicon.png
0 → 100644
6.14 KB
rsbuild.config.ts
0 → 100644
src/App.vue
0 → 100644
src/env.d.ts
0 → 100644
src/index.css
0 → 100644
src/index.ts
0 → 100644
tsconfig.json
0 → 100644