摘要: 在项目目录文件下,通过cmd运行下述指令。 npm create vue@latest cd vue-project npm install npm run format npm run dev 或 npm init vue@latest cd vue-prject npm run build -- 阅读全文
posted @ 2025-06-24 22:51 ®Geovin Du Dream Park™ 阅读(5) 评论(0) 推荐(0)
摘要: json [ { "name": "中国", "children": [ { "name": "北京市", "children": [ { "name": "市辖区", "children": [ { "name": "东城区", "children": [ { "name": "交道口街道", " 阅读全文
posted @ 2025-06-19 20:40 ®Geovin Du Dream Park™ 阅读(5) 评论(0) 推荐(0)
摘要: 创建项目没有node_modules npm init -y npm install vue-router 分别执行两行代码出来。但没有创建typescript 阅读全文
posted @ 2025-06-12 18:07 ®Geovin Du Dream Park™ 阅读(1) 评论(0) 推荐(0)
摘要: 项目结构: <template> <div class="bing-map-market"> <!-- 加载遮罩层 --> <div class="loading-overlay" v-show="isLoading || errorMessage"> <div class="spinner-con 阅读全文
posted @ 2025-06-07 18:33 ®Geovin Du Dream Park™ 阅读(3) 评论(0) 推荐(0)
摘要: https://learn.microsoft.com/en-us/bingmaps/getting-started/https://learn.microsoft.com/zh-cn/azure/azure-maps/migrate-from-bing-maps-web-app <!DOCTYPE 阅读全文
posted @ 2025-06-02 20:02 ®Geovin Du Dream Park™ 阅读(4) 评论(0) 推荐(0)
摘要: 项目结构: <!--npm install -D tailwindcss-3d BaiduSubwayMap.vue npm install -D tailwindcss postcss autoprefixer--> <template> <div class="relative w-full h 阅读全文
posted @ 2025-06-01 16:16 ®Geovin Du Dream Park™ 阅读(10) 评论(0) 推荐(0)
摘要: 项目结构: <!-- * ___ _ _ ___ * _--^^^#####// \\#####^^^--_ * _-^##########// ( ) \\##########^-_ * -############// |\^^/| \\############- * _/############ 阅读全文
posted @ 2025-05-29 18:05 ®Geovin Du Dream Park™ 阅读(32) 评论(0) 推荐(0)
摘要: 项目结构: /* * @creater: geovindu * @since: 2025-05-25 11:26:27 * @LastAuthor: geovindu * @lastTime: 2025-05-25 15:20:10 * @文件相对于项目的路径: \jsstudy\vamp\src\ 阅读全文
posted @ 2025-05-25 15:54 ®Geovin Du Dream Park™ 阅读(6) 评论(0) 推荐(0)
摘要: 在vscode创建: 项目结构: AmapMarker.vue <template> <div ref="mapContainer" class="amap-container" /> </template> <script lang="ts" setup> import { ref, onMoun 阅读全文
posted @ 2025-05-17 10:13 ®Geovin Du Dream Park™ 阅读(33) 评论(0) 推荐(0)
摘要: npm install pdfjs-dist@5.2.133 <!-- * @creater: geovindu * @since: 2025-05-09 21:56:20 * @LastAuthor: geovindu * @lastTime: 2025-05-09 22:12:17 * @文件相 阅读全文
posted @ 2025-05-09 22:23 ®Geovin Du Dream Park™ 阅读(44) 评论(0) 推荐(0)