init
parents
Showing
.editorconfig
0 → 100644
.gitattributes
0 → 100644
.gitignore
0 → 100644
.vscode/extensions.json
0 → 100644
README.md
0 → 100644
env.d.ts
0 → 100644
eslint.config.ts
0 → 100644
index.html
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
| { | ||
| "name": "vue-project", | ||
| "version": "0.0.0", | ||
| "private": true, | ||
| "type": "module", | ||
| "scripts": { | ||
| "dev": "vite", | ||
| "build": "run-p \"build-only {@}\" --", | ||
| "preview": "vite preview", | ||
| "build-only": "vite build", | ||
| "type-check": "vue-tsc --build", | ||
| "lint": "eslint . --fix" | ||
| }, | ||
| "dependencies": { | ||
| "axios": "^1.7.9", | ||
| "element-plus": "^2.9.6", | ||
| "font-awesome": "^4.7.0", | ||
| "less": "^4.2.2", | ||
| "pinia": "^3.0.1", | ||
| "vant": "^4.9.17", | ||
| "vue": "^3.5.13", | ||
| "vue-router": "^4.5.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@tsconfig/node22": "^22.0.0", | ||
| "@types/node": "^22.13.4", | ||
| "@vitejs/plugin-vue": "^5.2.1", | ||
| "@vue/eslint-config-typescript": "^14.4.0", | ||
| "@vue/tsconfig": "^0.7.0", | ||
| "eslint": "^9.20.1", | ||
| "eslint-plugin-vue": "^9.32.0", | ||
| "jiti": "^2.4.2", | ||
| "npm-run-all2": "^7.0.2", | ||
| "typescript": "~5.7.3", | ||
| "vite": "^6.1.0", | ||
| "vite-plugin-vue-devtools": "^7.7.2", | ||
| "vue-tsc": "^2.2.2" | ||
| } | ||
| } |
public/favicon.ico
0 → 100644
File added
public/image/user.png
0 → 100644
7.74 KB
src/App.vue
0 → 100644
src/api/api.ts
0 → 100644
src/assets/base.css
0 → 100644
src/assets/logo.svg
0 → 100644
src/assets/main.css
0 → 100644
src/components/Footer/Footer.vue
0 → 100644
src/components/Header/Header.vue
0 → 100644
src/components/Menu/Menu.vue
0 → 100644
src/main.ts
0 → 100644
src/router/index.ts
0 → 100644
src/stores/counter.ts
0 → 100644
src/utils/common.ts
0 → 100644
src/utils/config.ts
0 → 100644
src/utils/http.ts
0 → 100644
src/views/login/login.vue
0 → 100644
src/views/main/main.vue
0 → 100644
src/views/members/addCode.vue
0 → 100644
src/views/members/code.vue
0 → 100644
src/views/members/coin.vue
0 → 100644
src/views/members/detail.vue
0 → 100644
src/views/members/members.vue
0 → 100644
src/views/members/money_history.vue
0 → 100644
src/views/members/staking.vue
0 → 100644
src/views/staking/detail.vue
0 → 100644
src/views/staking/history.vue
0 → 100644
src/views/staking/product.vue
0 → 100644
src/views/staking/reward.vue
0 → 100644
src/views/staking/user.vue
0 → 100644
tsconfig.app.json
0 → 100644
tsconfig.json
0 → 100644
tsconfig.node.json
0 → 100644
vite.config.ts
0 → 100644