项目搭建
parents
Showing
.gitignore
0 → 100644
README.md
0 → 100644
index.html
0 → 100644
jsconfig.json
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": "map", | |||
"version": "0.0.0", | |||
"private": true, | |||
"type": "module", | |||
"scripts": { | |||
"dev": "vite", | |||
"build": "vite build", | |||
"preview": "vite preview" | |||
}, | |||
"dependencies": { | |||
"@amap/amap-jsapi-loader": "^1.0.1", | |||
"@turf/turf": "^7.1.0", | |||
"element-plus": "^2.8.2", | |||
"pinia": "^2.1.7", | |||
"vue": "^3.4.29", | |||
"vue-router": "^4.3.3" | |||
}, | |||
"devDependencies": { | |||
"@vitejs/plugin-vue": "^5.0.5", | |||
"vite": "^5.3.1" | |||
} | |||
} |
public/favicon.ico
0 → 100644
4.19 KB
src/App.vue
0 → 100644
src/assets/base.css
0 → 100644
src/assets/logo.svg
0 → 100644
src/assets/main.css
0 → 100644
src/main.js
0 → 100644
src/router/index.js
0 → 100644
src/stores/counter.js
0 → 100644
src/utils/draw.js
0 → 100644
src/utils/map04.js
0 → 100644
src/utils/map05.js
0 → 100644
src/utils/map06.js
0 → 100644
src/views/HomeView.vue
0 → 100644
src/views/Map02.vue
0 → 100644
src/views/Map03_max.vue
0 → 100644
src/views/Map04_SH.vue
0 → 100644
src/views/Map05_GZ.vue
0 → 100644
src/views/Map06_NK.vue
0 → 100644
vite.config.js
0 → 100644