# vue-ol **Repository Path**: zshq_1/vue-ol ## Basic Information - **Project Name**: vue-ol - **Description**: vue3 + openlayer - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-29 - **Last Updated**: 2023-12-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 开发环境搭建 api参考 https://openlayers.org/en/latest/apidoc 1) mkdir {projectName} cd projectName npm init -y npm inistall --save-dev parcel-bundler npm install ol 2) create file: index.js index.html 3) modify file for package.json: "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "parcel index.html", "build": "parcel build ./index.html --no-minify --public-url ./" }, 4) npm install npm start npm run build 待处理以下: - 右键拖放旋转