init
上级
正在显示
.env.development
0 → 100644
.env.production
0 → 100644
.env.test
0 → 100644
.eslintrc-auto-import.json
0 → 100644
.eslintrc.cjs
0 → 100644
.gitignore
0 → 100644
.prettierrc.json
0 → 100644
.vscode/extensions.json
0 → 100644
README.md
0 → 100644
auto-imports.d.ts
0 → 100644
components.d.ts
0 → 100644
env.d.ts
0 → 100644
index.html
0 → 100644
package-lock.json
0 → 100644
此差异已折叠。
package.json
0 → 100644
| { | ||
| "name": "volunteer-mobile", | ||
| "version": "0.0.0", | ||
| "scripts": { | ||
| "dev": "vite --host", | ||
| "build": "vue-tsc --noEmit && vite build", | ||
| "test": "vite build --mode test", | ||
| "preview": "vite preview --port 4173", | ||
| "build-only": "vite build", | ||
| "type-check": "vue-tsc --noEmit", | ||
| "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore" | ||
| }, | ||
| "dependencies": { | ||
| "axios": "^0.27.2", | ||
| "normalize.css": "^8.0.1", | ||
| "pinia": "^2.0.21", | ||
| "vant": "^3.6.2", | ||
| "vue": "^3.2.38", | ||
| "vue-router": "^4.1.5" | ||
| }, | ||
| "devDependencies": { | ||
| "@rushstack/eslint-patch": "^1.1.4", | ||
| "@types/node": "^16.11.56", | ||
| "@vitejs/plugin-vue": "^3.0.3", | ||
| "@vitejs/plugin-vue-jsx": "^2.0.1", | ||
| "@vue/eslint-config-prettier": "^7.0.0", | ||
| "@vue/eslint-config-typescript": "^11.0.0", | ||
| "@vue/tsconfig": "^0.1.3", | ||
| "eslint": "^8.22.0", | ||
| "eslint-plugin-vue": "^9.3.0", | ||
| "npm-run-all": "^4.1.5", | ||
| "postcss-px-to-viewport-8-plugin": "^1.1.5", | ||
| "prettier": "^2.7.1", | ||
| "sass": "^1.54.9", | ||
| "typescript": "~4.7.4", | ||
| "unplugin-auto-import": "^0.11.2", | ||
| "unplugin-vue-components": "^0.22.7", | ||
| "vite": "^3.0.9", | ||
| "vue-tsc": "^0.40.7" | ||
| } | ||
| } | 
postcss.config.js
0 → 100644
public/favicon.ico
0 → 100644
4.2 KB
src/App.vue
0 → 100644
src/api/index.ts
0 → 100644
src/assets/styles/common.scss
0 → 100644
src/images/401.gif
0 → 100644
160.4 KB
src/images/404.png
0 → 100644
95.8 KB
src/images/404_cloud.png
0 → 100644
4.7 KB
src/main.ts
0 → 100644
src/router/index.ts
0 → 100644
src/stores/Info.ts
0 → 100644
src/utils/axios/index.ts
0 → 100644
src/utils/axios/status.ts
0 → 100644
src/utils/axios/type.ts
0 → 100644
src/views/404.vue
0 → 100644
src/views/homePage/home-page.vue
0 → 100644
tsconfig.config.json
0 → 100644
tsconfig.json
0 → 100644
vite.config.ts
0 → 100644
 
 
