Tue May 9 07:48:00 UTC 2023 inscode
Showing
.eslintrc.cjs
0 → 100644
core.27350
0 → 100644
文件已添加
env.d.ts
0 → 100644
package-lock.json
0 → 100644
此差异已折叠。
| { | ||
| "name": "vuejs-with-vite", | ||
| "version": "0.0.0", | ||
| "scripts": { | ||
| "dev": "vite", | ||
| "build": "vite build", | ||
| "preview": "vite preview --port 4173" | ||
| }, | ||
| "dependencies": { | ||
| "guess": "^1.0.2", | ||
| "vue": "^3.2.37" | ||
| }, | ||
| "devDependencies": { | ||
| "@vitejs/plugin-vue": "^3.0.1", | ||
| "vite": "^3.0.1" | ||
| } | ||
| "name": "yangzhou", | ||
| "version": "0.0.0", | ||
| "private": true, | ||
| "scripts": { | ||
| "dev": "vite", | ||
| "build": "run-p type-check build-only", | ||
| "preview": "vite preview", | ||
| "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": { | ||
| "@liveqing/liveplayer-v3": "^3.7.10", | ||
| "ant-design-vue": "^3.2.15", | ||
| "echarts": "^5.4.2", | ||
| "echarts-gl": "^2.0.9", | ||
| "element-plus": "^2.3.4", | ||
| "less": "^4.1.3", | ||
| "moment": "^2.29.4", | ||
| "pinia": "^2.0.32", | ||
| "video.js": "^8.3.0", | ||
| "videojs": "^1.0.0", | ||
| "vue": "^3.2.47", | ||
| "vue-router": "^4.1.6" | ||
| }, | ||
| "devDependencies": { | ||
| "@rushstack/eslint-patch": "^1.2.0", | ||
| "@types/node": "^18.14.2", | ||
| "@vitejs/plugin-vue": "^4.0.0", | ||
| "@vue/eslint-config-typescript": "^11.0.2", | ||
| "@vue/tsconfig": "^0.1.3", | ||
| "eslint": "^8.34.0", | ||
| "eslint-plugin-vue": "^9.9.0", | ||
| "npm-run-all": "^4.1.5", | ||
| "typescript": "~4.8.4", | ||
| "vite": "^4.1.4", | ||
| "vue-tsc": "^1.2.0" | ||
| } | ||
| } |
src/components/echarts/3dMap.js
0 → 100644
src/components/echarts/3dPie.js
0 → 100644
src/components/echarts/common.js
0 → 100644
src/components/echarts/gdpLine.js
0 → 100644
此差异已折叠。
src/components/layout/Index.vue
0 → 100644
src/http/api/index.ts
0 → 100644
src/http/api/pay.ts
0 → 100644
src/http/interface/IPay.ts
0 → 100644
src/http/interface/index.ts
0 → 100644
src/http/request/index.ts
0 → 100644
src/http/request/status.ts
0 → 100644
src/main.js
已删除
100644 → 0
src/main.ts
0 → 100644
src/router/index.ts
0 → 100644
src/stores/counter.ts
0 → 100644
src/views/AboutView.vue
0 → 100644
此差异已折叠。
src/views/HomeView.vue
0 → 100644
tsconfig.json
0 → 100644
tsconfig.node.json
0 → 100644
yarn.lock
0 → 100644
此差异已折叠。
想要评论请 注册 或 登录